#A15C0C

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

Shades of Golden Brown #A15C0C

Tints of Golden Brown #A15C0C

Color information

#A15C0C (or 0xA15C0C) is unknown color: approx Golden Brown. HEX triplet: A1, 5C and 0C. RGB value is (161,92,12). Sum of RGB (Red+Green+Blue) = 161+92+12=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15C0C is #5EA3F3. Grayscale: #676767. Windows color (decimal): -6202356 or 810145. OLE color: 810145.

HSL color Cylindrical-coordinate representation of color #A15C0C: hue angle of 32.21º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A15C0C is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1619212-
CMYK00.430.930.37
HSL32.21º86.13%33.92%-
HSV(B)32.21º92.55%63.14%-
XYZ18.5915.262.31-
YUV103.5176.36169-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.75%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=60.75%
G=34.72%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161921200.430.930.3732.2186.1333.92
HexA15CC02B5D25205622
Octal24113414053135454012642
Binary1010000110111001100010101110111011001011000001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C0C; }

 p { color: rgb(161,92,12); }

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

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

 a { background-color: rgb(161,92,12); }

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

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

 span { border-color: rgb(161,92,12); }

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