Html Css Color HEX #A16212 Golden Brown

📋 copy color: '#A16212'

red 161 ◦ green 98 ◦ blue 18

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

Shades of Golden Brown #A16212

Tints of Golden Brown #A16212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 58.12%
G = 35.38%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A16212 (or 0xA16212) is known color: Golden Brown. HEX triplet: A1, 62 and 12. RGB value is (161,98,18). Sum of RGB (Red+Green+Blue) = 161+98+18=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A16212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16212 is #5E9DED. Grayscale: #6C6C6C. Windows color (decimal): -6200814 or 1204897. OLE color: 1204897.

HSL color Cylindrical-coordinate representation of color #A16212: hue angle of 33.57º degrees, saturation: 0.8, 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 #A16212 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 98 18 -
CMYK 0 0.39 0.89 0.37
HSL 33.57º 0.8% 0.35% -
HSV(B) 33.57º 0.89% 0.63% -
XYZ 19.17 16.36 2.72 -
YUV 107.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 161 98 18 0 0.39 0.89 0.37 33.57 0.8 0.35
Hex A1 62 12 0 27 59 25 22 50 23
Octal 241 142 22 0 47 131 45 42 120 43
Binary 10100001 1100010 10010 0 100111 1011001 100101 100010 1010000 100011

Color Harmonies of #A16212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16212

Black with #A16212

Text Example


Text Example

White with #A16212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16212; }

 p { color: rgb(161,98,18); }

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

background-color css

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

 a { background-color: rgb(161,98,18); }

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

border-color css

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

 span { border-color: rgb(161,98,18); }

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