Html Css Color HEX #A46A16 Golden Brown

📋 copy color: '#A46A16'

red 164 ◦ green 106 ◦ blue 22

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

Shades of Golden Brown #A46A16

Tints of Golden Brown #A46A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 56.16%
G = 36.3%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A46A16 (or 0xA46A16) is known color: Golden Brown. HEX triplet: A4, 6A and 16. RGB value is (164,106,22). Sum of RGB (Red+Green+Blue) = 164+106+22=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46A16 is #5B95E9. Grayscale: #727272. Windows color (decimal): -6002154 or 1469092. OLE color: 1469092.

HSL color Cylindrical-coordinate representation of color #A46A16: hue angle of 35.49º degrees, saturation: 0.76, 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 #A46A16 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 106 22 -
CMYK 0 0.35 0.87 0.36
HSL 35.49º 0.76% 0.36% -
HSV(B) 35.49º 0.87% 0.64% -
XYZ 20.61 18.26 3.2 -
YUV 113.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 164 106 22 0 0.35 0.87 0.36 35.49 0.76 0.36
Hex A4 6A 16 0 23 57 24 23 4C 24
Octal 244 152 26 0 43 127 44 43 114 44
Binary 10100100 1101010 10110 0 100011 1010111 100100 100011 1001100 100100

Color Harmonies of #A46A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A16

Black with #A46A16

Text Example


Text Example

White with #A46A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A16; }

 p { color: rgb(164,106,22); }

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

background-color css

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

 a { background-color: rgb(164,106,22); }

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

border-color css

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

 span { border-color: rgb(164,106,22); }

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