#a5570f

Color #A5570F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A5570F

Tints of Golden Brown #A5570F

Color information

#A5570F (or 0xA5570F) is unknown color: approx Golden Brown. HEX triplet: A5, 57 and 0F. RGB value is (165,87,15). Sum of RGB (Red+Green+Blue) = 165+87+15=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A5570F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5570F is #5AA8F0. Grayscale: #666666. Windows color (decimal): -5941489 or 1005477. OLE color: 1005477.

HSL color Cylindrical-coordinate representation of color #A5570F: hue angle of 28.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5570F is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB1658715-
CMYK00.470.910.35
HSL28.8º83.33%35.29%-
HSV(B)28.8º90.91%64.71%-
XYZ19.0114.852.32-
YUV102.1178.84172.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=61.80%
G=32.58%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165871500.470.910.3528.883.3335.29
HexA557F02F5B231d5323
Octal24512717057133433512343
Binary101001011010111111101011111011011100011111011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5570f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5570f; }

 p { color: rgb(165,87,15); }

 H1.HeaderClassName
 {
   color: #a5570f;
 }
 .AnyTagClassName
 {
   color: #a5570f;
 }
</style>
background-color css

<style>
 a { background-color: #a5570f; }

 a { background-color: rgb(165,87,15); }

 div.DivClassName
 {
   background-color: #a5570f;
 }
 .BgClassName
 {
   background-color: #a5570f;
 }
</style>
border-color css

<style>
 span { border-color: #a5570f; }

 span { border-color: rgb(165,87,15); }

 td.TdClassName
 {
   border-color: #a5570f;
 }
 .TagClassName
 {
   border-color: #a5570f;
 }
</style>