Html Css Color HEX #A16E19 Golden Brown

📋 copy color: '#A16E19'

red 161 ◦ green 110 ◦ blue 25

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

Shades of Golden Brown #A16E19

Tints of Golden Brown #A16E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.45%

R = 54.39%
G = 37.16%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A16E19 (or 0xA16E19) is known color: Golden Brown. HEX triplet: A1, 6E and 19. RGB value is (161,110,25). Sum of RGB (Red+Green+Blue) = 161+110+25=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16E19 is #5E91E6. Grayscale: #737373. Windows color (decimal): -6197735 or 1666721. OLE color: 1666721.

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

Color convert

RGB 161 110 25 -
CMYK 0 0.32 0.84 0.37
HSL 37.5º 0.73% 0.36% -
HSV(B) 37.5º 0.84% 0.63% -
XYZ 20.45 18.8 3.47 -
YUV 115.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 161 110 25 0 0.32 0.84 0.37 37.5 0.73 0.36
Hex A1 6E 19 0 20 54 25 26 49 24
Octal 241 156 31 0 40 124 45 46 111 44
Binary 10100001 1101110 11001 0 100000 1010100 100101 100110 1001001 100100

Color Harmonies of #A16E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E19

Black with #A16E19

Text Example


Text Example

White with #A16E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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