Html Css Color HEX #A16E1A Golden Brown

📋 copy color: '#A16E1A'

red 161 ◦ green 110 ◦ blue 26

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

Shades of Golden Brown #A16E1A

Tints of Golden Brown #A16E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 54.21%
G = 37.04%
B = 8.75%

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

#A16E1A (or 0xA16E1A) is known color: Golden Brown. HEX triplet: A1, 6E and 1A. RGB value is (161,110,26). Sum of RGB (Red+Green+Blue) = 161+110+26=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E1A is #5E91E5. Grayscale: #747474. Windows color (decimal): -6197734 or 1732257. OLE color: 1732257.

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

Color convert

RGB 161 110 26 -
CMYK 0 0.32 0.84 0.37
HSL 37.33º 0.72% 0.37% -
HSV(B) 37.33º 0.84% 0.63% -
XYZ 20.46 18.8 3.53 -
YUV 115.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 161 110 26 0 0.32 0.84 0.37 37.33 0.72 0.37
Hex A1 6E 1A 0 20 54 25 25 48 25
Octal 241 156 32 0 40 124 45 45 110 45
Binary 10100001 1101110 11010 0 100000 1010100 100101 100101 1001000 100101

Color Harmonies of #A16E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E1A

Black with #A16E1A

Text Example


Text Example

White with #A16E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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