Html Css Color HEX #A16210 Golden Brown

📋 copy color: '#A16210'

red 161 ◦ green 98 ◦ blue 16

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

Shades of Golden Brown #A16210

Tints of Golden Brown #A16210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 58.55%
G = 35.64%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A16210 (or 0xA16210) is known color: Golden Brown. HEX triplet: A1, 62 and 10. RGB value is (161,98,16). Sum of RGB (Red+Green+Blue) = 161+98+16=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A16210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16210 is #5E9DEF. Grayscale: #6B6B6B. Windows color (decimal): -6200816 or 1073825. OLE color: 1073825.

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

Color convert

RGB 161 98 16 -
CMYK 0 0.39 0.90 0.37
HSL 33.93º 0.82% 0.35% -
HSV(B) 33.93º 0.9% 0.63% -
XYZ 19.16 16.35 2.64 -
YUV 107.49 76.37 166.17 -
System Red Green Blue C M Y K H S L
Decimal 161 98 16 0 0.39 0.90 0.37 33.93 0.82 0.35
Hex A1 62 10 0 27 5A 25 22 52 23
Octal 241 142 20 0 47 132 45 42 122 43
Binary 10100001 1100010 10000 0 100111 1011010 100101 100010 1010010 100011

Color Harmonies of #A16210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16210

Black with #A16210

Text Example


Text Example

White with #A16210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16210; }

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

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

background-color css

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

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

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

border-color css

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

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

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