Html Css Color HEX #A16915 Golden Brown

📋 copy color: '#A16915'

red 161 ◦ green 105 ◦ blue 21

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

Shades of Golden Brown #A16915

Tints of Golden Brown #A16915

RGB

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

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

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

R = 56.1%
G = 36.59%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A16915 (or 0xA16915) is known color: Golden Brown. HEX triplet: A1, 69 and 15. RGB value is (161,105,21). Sum of RGB (Red+Green+Blue) = 161+105+21=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A16915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16915 is #5E96EA. Grayscale: #707070. Windows color (decimal): -6199019 or 1403297. OLE color: 1403297.

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

Color convert

RGB 161 105 21 -
CMYK 0 0.35 0.87 0.37
HSL 36º 0.77% 0.36% -
HSV(B) 36º 0.87% 0.63% -
XYZ 19.88 17.73 3.08 -
YUV 112.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 161 105 21 0 0.35 0.87 0.37 36 0.77 0.36
Hex A1 69 15 0 23 57 25 24 4D 24
Octal 241 151 25 0 43 127 45 44 115 44
Binary 10100001 1101001 10101 0 100011 1010111 100101 100100 1001101 100100

Color Harmonies of #A16915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16915

Black with #A16915

Text Example


Text Example

White with #A16915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16915; }

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

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

background-color css

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

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

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

border-color css

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

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

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