Html Css Color HEX #A16E01 Golden Brown

📋 copy color: '#A16E01'

red 161 ◦ green 110 ◦ blue 1

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

Shades of Golden Brown #A16E01

Tints of Golden Brown #A16E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 59.19%
G = 40.44%
B = 0.37%

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

#A16E01 (or 0xA16E01) is known color: Golden Brown. HEX triplet: A1, 6E and 01. RGB value is (161,110,1). Sum of RGB (Red+Green+Blue) = 161+110+1=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16E01 is #5E91FE. Grayscale: #717171. Windows color (decimal): -6197759 or 93857. OLE color: 93857.

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

Color convert

RGB 161 110 1 -
CMYK 0 0.32 0.99 0.37
HSL 40.88º 0.99% 0.32% -
HSV(B) 40.88º 0.99% 0.63% -
XYZ 20.28 18.73 2.58 -
YUV 112.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 161 110 1 0 0.32 0.99 0.37 40.88 0.99 0.32
Hex A1 6E 1 0 20 63 25 29 63 20
Octal 241 156 1 0 40 143 45 51 143 40
Binary 10100001 1101110 1 0 100000 1100011 100101 101001 1100011 100000

Color Harmonies of #A16E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E01

Black with #A16E01

Text Example


Text Example

White with #A16E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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