Html Css Color HEX #A16611 Golden Brown

📋 copy color: '#A16611'

red 161 ◦ green 102 ◦ blue 17

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

Shades of Golden Brown #A16611

Tints of Golden Brown #A16611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 57.5%
G = 36.43%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A16611 (or 0xA16611) is known color: Golden Brown. HEX triplet: A1, 66 and 11. RGB value is (161,102,17). Sum of RGB (Red+Green+Blue) = 161+102+17=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A16611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16611 is #5E99EE. Grayscale: #6E6E6E. Windows color (decimal): -6199791 or 1140385. OLE color: 1140385.

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

Color convert

RGB 161 102 17 -
CMYK 0 0.37 0.89 0.37
HSL 35.42º 0.81% 0.35% -
HSV(B) 35.42º 0.89% 0.63% -
XYZ 19.55 17.12 2.8 -
YUV 109.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 161 102 17 0 0.37 0.89 0.37 35.42 0.81 0.35
Hex A1 66 11 0 25 59 25 23 51 23
Octal 241 146 21 0 45 131 45 43 121 43
Binary 10100001 1100110 10001 0 100101 1011001 100101 100011 1010001 100011

Color Harmonies of #A16611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16611

Black with #A16611

Text Example


Text Example

White with #A16611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16611; }

 p { color: rgb(161,102,17); }

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

background-color css

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

 a { background-color: rgb(161,102,17); }

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

border-color css

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

 span { border-color: rgb(161,102,17); }

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