Html Css Color HEX #A16E1C Golden Brown

📋 copy color: '#A16E1C'

red 161 ◦ green 110 ◦ blue 28

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

Shades of Golden Brown #A16E1C

Tints of Golden Brown #A16E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 53.85%
G = 36.79%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A16E1C (or 0xA16E1C) is known color: Golden Brown. HEX triplet: A1, 6E and 1C. RGB value is (161,110,28). Sum of RGB (Red+Green+Blue) = 161+110+28=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E1C is #5E91E3. Grayscale: #747474. Windows color (decimal): -6197732 or 1863329. OLE color: 1863329.

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

Color convert

RGB 161 110 28 -
CMYK 0 0.32 0.83 0.37
HSL 36.99º 0.7% 0.37% -
HSV(B) 36.99º 0.83% 0.63% -
XYZ 20.48 18.81 3.65 -
YUV 115.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 161 110 28 0 0.32 0.83 0.37 36.99 0.7 0.37
Hex A1 6E 1C 0 20 53 25 25 46 25
Octal 241 156 34 0 40 123 45 45 106 45
Binary 10100001 1101110 11100 0 100000 1010011 100101 100101 1000110 100101

Color Harmonies of #A16E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E1C

Black with #A16E1C

Text Example


Text Example

White with #A16E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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