#A5650C

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

Shades of Golden Brown #A5650C

Tints of Golden Brown #A5650C

Color information

#A5650C (or 0xA5650C) is unknown color: approx Golden Brown. HEX triplet: A5, 65 and 0C. RGB value is (165,101,12). Sum of RGB (Red+Green+Blue) = 165+101+12=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5650C is #5A9AF3. Grayscale: #6E6E6E. Windows color (decimal): -5937908 or 812453. OLE color: 812453.

HSL color Cylindrical-coordinate representation of color #A5650C: hue angle of 34.9º 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 #A5650C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16510112-
CMYK00.390.930.35
HSL34.9º86.44%34.71%-
HSV(B)34.9º92.73%64.71%-
XYZ20.2417.332.63-
YUV109.9972.7167.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.35%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=59.35%
G=36.33%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651011200.390.930.3534.986.4434.71
HexA565C0275D23235623
Octal24514514047135434312643
Binary1010010111001011100010011110111011000111000111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5650C; }

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

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

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

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

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

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

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

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