#A1570F

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

Shades of Golden Brown #A1570F

Tints of Golden Brown #A1570F

Color information

#A1570F (or 0xA1570F) is unknown color: approx Golden Brown. HEX triplet: A1, 57 and 0F. RGB value is (161,87,15). Sum of RGB (Red+Green+Blue) = 161+87+15=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A1570F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1570F is #5EA8F0. Grayscale: #656565. Windows color (decimal): -6203633 or 1005473. OLE color: 1005473.

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

Color convert

RGB1618715-
CMYK00.460.910.37
HSL29.59º82.95%34.51%-
HSV(B)29.59º90.68%63.14%-
XYZ18.1914.432.28-
YUV100.9279.52170.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 15 (6.25% from 255) = 5.70%
R=61.22%
G=33.08%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161871500.460.910.3729.5982.9534.51
HexA157F02E5B251e5323
Octal24112717056133453612343
Binary101000011010111111101011101011011100101111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1570F; }

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

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

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

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

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

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

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

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