Html Css Color HEX #A16200 Golden Brown

📋 copy color: '#A16200'

red 161 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #A16200

Tints of Golden Brown #A16200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.16%
G = 37.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A16200 (or 0xA16200) is known color: Golden Brown. HEX triplet: A1, 62 and 00. RGB value is (161,98,0). Sum of RGB (Red+Green+Blue) = 161+98+0=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A16200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16200 is #5E9DFF. Grayscale: #6A6A6A. Windows color (decimal): -6200832 or 25249. OLE color: 25249.

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

Color convert

RGB 161 98 0 -
CMYK 0 0.39 1 0.37
HSL 36.52º 1% 0.32% -
HSV(B) 36.52º 1% 0.63% -
XYZ 19.07 16.31 2.14 -
YUV 105.67 68.37 167.47 -
System Red Green Blue C M Y K H S L
Decimal 161 98 0 0 0.39 1 0.37 36.52 1 0.32
Hex A1 62 0 0 27 64 25 25 64 20
Octal 241 142 0 0 47 144 45 45 144 40
Binary 10100001 1100010 0 0 100111 1100100 100101 100101 1100100 100000

Color Harmonies of #A16200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16200

Black with #A16200

Text Example


Text Example

White with #A16200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16200; }

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

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

background-color css

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

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

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

border-color css

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

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

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