Html Css Color HEX #A46E15 Golden Brown

📋 copy color: '#A46E15'

red 164 ◦ green 110 ◦ blue 21

#A46E15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A46E15

Tints of Golden Brown #A46E15

RGB

 RED value IS 164 (64.45% from 255) = 55.59%

 GREEN value IS 110 (43.36% from 255) = 37.29%

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 55.59%
G = 37.29%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A46E15 (or 0xA46E15) is known color: Golden Brown. HEX triplet: A4, 6E and 15. RGB value is (164,110,21). Sum of RGB (Red+Green+Blue) = 164+110+21=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46E15 is #5B91EA. Grayscale: #747474. Windows color (decimal): -6001131 or 1404580. OLE color: 1404580.

HSL color Cylindrical-coordinate representation of color #A46E15: hue angle of 37.34º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A46E15 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 110 21 -
CMYK 0 0.33 0.87 0.36
HSL 37.34º 0.77% 0.36% -
HSV(B) 37.34º 0.87% 0.64% -
XYZ 21.02 19.1 3.29 -
YUV 116 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 164 110 21 0 0.33 0.87 0.36 37.34 0.77 0.36
Hex A4 6E 15 0 21 57 24 25 4D 24
Octal 244 156 25 0 41 127 44 45 115 44
Binary 10100100 1101110 10101 0 100001 1010111 100100 100101 1001101 100100

Color Harmonies of #A46E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E15

Black with #A46E15

Text Example


Text Example

White with #A46E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E15; }

 p { color: rgb(164,110,21); }

 H1.HeaderClassName
 {
   color: #A46E15;
 }
 .AnyTagClassName
 {
   color: #A46E15;
 }
</style>

background-color css

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

 a { background-color: rgb(164,110,21); }

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

border-color css

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

 span { border-color: rgb(164,110,21); }

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