#A5700C

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

Shades of Golden Brown #A5700C

Tints of Golden Brown #A5700C

Color information

#A5700C (or 0xA5700C) is unknown color: approx Golden Brown. HEX triplet: A5, 70 and 0C. RGB value is (165,112,12). Sum of RGB (Red+Green+Blue) = 165+112+12=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A5700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5700C is #5A8FF3. Grayscale: #747474. Windows color (decimal): -5935092 or 815269. OLE color: 815269.

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

Color convert

RGB16511212-
CMYK00.320.930.35
HSL39.22º86.44%34.71%-
HSV(B)39.22º92.73%64.71%-
XYZ21.3819.613.01-
YUV116.4569.06162.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.09%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 12 (5.08% from 255) = 4.15%
R=57.09%
G=38.75%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651121200.320.930.3539.2286.4434.71
HexA570C0205D23275623
Octal24516014040135434712643
Binary1010010111100001100010000010111011000111001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5700C; }

 p { color: rgb(165,112,12); }

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

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

 a { background-color: rgb(165,112,12); }

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

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

 span { border-color: rgb(165,112,12); }

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