Html Css Color HEX #A16812 Golden Brown

📋 copy color: '#A16812'

red 161 ◦ green 104 ◦ blue 18

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

Shades of Golden Brown #A16812

Tints of Golden Brown #A16812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

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

R = 56.89%
G = 36.75%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A16812 (or 0xA16812) is known color: Golden Brown. HEX triplet: A1, 68 and 12. RGB value is (161,104,18). Sum of RGB (Red+Green+Blue) = 161+104+18=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A16812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16812 is #5E97ED. Grayscale: #6F6F6F. Windows color (decimal): -6199278 or 1206433. OLE color: 1206433.

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

Color convert

RGB 161 104 18 -
CMYK 0 0.35 0.89 0.37
HSL 36.08º 0.8% 0.35% -
HSV(B) 36.08º 0.89% 0.63% -
XYZ 19.76 17.52 2.91 -
YUV 111.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 161 104 18 0 0.35 0.89 0.37 36.08 0.8 0.35
Hex A1 68 12 0 23 59 25 24 50 23
Octal 241 150 22 0 43 131 45 44 120 43
Binary 10100001 1101000 10010 0 100011 1011001 100101 100100 1010000 100011

Color Harmonies of #A16812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16812

Black with #A16812

Text Example


Text Example

White with #A16812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16812; }

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

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

background-color css

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

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

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

border-color css

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

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

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