#A65C13

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

Shades of Golden Brown #A65C13

Tints of Golden Brown #A65C13

Color information

#A65C13 (or 0xA65C13) is unknown color: approx Golden Brown. HEX triplet: A6, 5C and 13. RGB value is (166,92,19). Sum of RGB (Red+Green+Blue) = 166+92+19=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C13 is #59A3EC. Grayscale: #6A6A6A. Windows color (decimal): -5874669 or 1268902. OLE color: 1268902.

HSL color Cylindrical-coordinate representation of color #A65C13: hue angle of 29.8º degrees, saturation: 0.79, 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 #A65C13 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1669219-
CMYK00.450.890.35
HSL29.8º79.46%36.27%-
HSV(B)29.8º88.55%65.1%-
XYZ19.6715.812.63-
YUV105.879.02170.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.93%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 19 (7.81% from 255) = 6.86%
R=59.93%
G=33.21%
B=6.86%

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
Decimal166921900.450.890.3529.879.4636.27
HexA65C1302D59231e4f24
Octal24613423055131433611744
Binary1010011010111001001101011011011001100011111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C13; }

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

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

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

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

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

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

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

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