Html Css Color HEX #A16E1E Golden Brown

📋 copy color: '#A16E1E'

red 161 ◦ green 110 ◦ blue 30

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

Shades of Golden Brown #A16E1E

Tints of Golden Brown #A16E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 53.49%
G = 36.54%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A16E1E (or 0xA16E1E) is known color: Golden Brown. HEX triplet: A1, 6E and 1E. RGB value is (161,110,30). Sum of RGB (Red+Green+Blue) = 161+110+30=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E1E is #5E91E1. Grayscale: #747474. Windows color (decimal): -6197730 or 1994401. OLE color: 1994401.

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

Color convert

RGB 161 110 30 -
CMYK 0 0.32 0.81 0.37
HSL 36.64º 0.69% 0.37% -
HSV(B) 36.64º 0.81% 0.63% -
XYZ 20.51 18.82 3.78 -
YUV 116.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 161 110 30 0 0.32 0.81 0.37 36.64 0.69 0.37
Hex A1 6E 1E 0 20 51 25 25 45 25
Octal 241 156 36 0 40 121 45 45 105 45
Binary 10100001 1101110 11110 0 100000 1010001 100101 100101 1000101 100101

Color Harmonies of #A16E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E1E

Black with #A16E1E

Text Example


Text Example

White with #A16E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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