Html Css Color HEX #A16E02 Golden Brown

📋 copy color: '#A16E02'

red 161 ◦ green 110 ◦ blue 2

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

Shades of Golden Brown #A16E02

Tints of Golden Brown #A16E02

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.29%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 58.97%
G = 40.29%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A16E02 (or 0xA16E02) is known color: Golden Brown. HEX triplet: A1, 6E and 02. RGB value is (161,110,2). Sum of RGB (Red+Green+Blue) = 161+110+2=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16E02 is #5E91FD. Grayscale: #717171. Windows color (decimal): -6197758 or 159393. OLE color: 159393.

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

Color convert

RGB 161 110 2 -
CMYK 0 0.32 0.99 0.37
HSL 40.75º 0.98% 0.32% -
HSV(B) 40.75º 0.99% 0.63% -
XYZ 20.28 18.73 2.6 -
YUV 112.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 161 110 2 0 0.32 0.99 0.37 40.75 0.98 0.32
Hex A1 6E 2 0 20 63 25 29 62 20
Octal 241 156 2 0 40 143 45 51 142 40
Binary 10100001 1101110 10 0 100000 1100011 100101 101001 1100010 100000

Color Harmonies of #A16E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E02

Black with #A16E02

Text Example


Text Example

White with #A16E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E02; }

 p { color: rgb(161,110,2); }

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

background-color css

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

 a { background-color: rgb(161,110,2); }

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

border-color css

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

 span { border-color: rgb(161,110,2); }

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