Html Css Color HEX #A16914 Golden Brown

📋 copy color: '#A16914'

red 161 ◦ green 105 ◦ blue 20

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

Shades of Golden Brown #A16914

Tints of Golden Brown #A16914

RGB

 RED value IS 161 (63.28% from 255) = 56.29%

 GREEN value IS 105 (41.41% from 255) = 36.71%

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 56.29%
G = 36.71%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A16914 (or 0xA16914) is known color: Golden Brown. HEX triplet: A1, 69 and 14. RGB value is (161,105,20). Sum of RGB (Red+Green+Blue) = 161+105+20=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A16914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16914 is #5E96EB. Grayscale: #707070. Windows color (decimal): -6199020 or 1337761. OLE color: 1337761.

HSL color Cylindrical-coordinate representation of color #A16914: hue angle of 36.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A16914 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 105 20 -
CMYK 0 0.35 0.88 0.37
HSL 36.17º 0.78% 0.35% -
HSV(B) 36.17º 0.88% 0.63% -
XYZ 19.88 17.73 3.04 -
YUV 112.05 76.05 162.91 -
System Red Green Blue C M Y K H S L
Decimal 161 105 20 0 0.35 0.88 0.37 36.17 0.78 0.35
Hex A1 69 14 0 23 58 25 24 4E 23
Octal 241 151 24 0 43 130 45 44 116 43
Binary 10100001 1101001 10100 0 100011 1011000 100101 100100 1001110 100011

Color Harmonies of #A16914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16914

Black with #A16914

Text Example


Text Example

White with #A16914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16914; }

 p { color: rgb(161,105,20); }

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

background-color css

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

 a { background-color: rgb(161,105,20); }

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

border-color css

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

 span { border-color: rgb(161,105,20); }

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