Html Css Color HEX #A16E13 Golden Brown

📋 copy color: '#A16E13'

red 161 ◦ green 110 ◦ blue 19

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

Shades of Golden Brown #A16E13

Tints of Golden Brown #A16E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 55.52%
G = 37.93%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A16E13 (or 0xA16E13) is known color: Golden Brown. HEX triplet: A1, 6E and 13. RGB value is (161,110,19). Sum of RGB (Red+Green+Blue) = 161+110+19=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16E13 is #5E91EC. Grayscale: #737373. Windows color (decimal): -6197741 or 1273505. OLE color: 1273505.

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

Color convert

RGB 161 110 19 -
CMYK 0 0.32 0.88 0.37
HSL 38.45º 0.79% 0.35% -
HSV(B) 38.45º 0.88% 0.63% -
XYZ 20.39 18.78 3.17 -
YUV 114.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 161 110 19 0 0.32 0.88 0.37 38.45 0.79 0.35
Hex A1 6E 13 0 20 58 25 26 4F 23
Octal 241 156 23 0 40 130 45 46 117 43
Binary 10100001 1101110 10011 0 100000 1011000 100101 100110 1001111 100011

Color Harmonies of #A16E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E13

Black with #A16E13

Text Example


Text Example

White with #A16E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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