#A65C12

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

Shades of Golden Brown #A65C12

Tints of Golden Brown #A65C12

Color information

#A65C12 (or 0xA65C12) is unknown color: approx Golden Brown. HEX triplet: A6, 5C and 12. RGB value is (166,92,18). Sum of RGB (Red+Green+Blue) = 166+92+18=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C12 is #59A3ED. Grayscale: #6A6A6A. Windows color (decimal): -5874670 or 1203366. OLE color: 1203366.

HSL color Cylindrical-coordinate representation of color #A65C12: hue angle of 30º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A65C12 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1669218-
CMYK00.450.890.35
HSL30º80.43%36.08%-
HSV(B)30º89.16%65.1%-
XYZ19.6615.82.59-
YUV105.6978.52171.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=60.14%
G=33.33%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166921800.450.890.353080.4336.08
HexA65C1202D59231e5024
Octal24613422055131433612044
Binary1010011010111001001001011011011001100011111101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C12; }

 p { color: rgb(166,92,18); }

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

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

 a { background-color: rgb(166,92,18); }

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

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

 span { border-color: rgb(166,92,18); }

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