Html Css Color HEX #A16119 Golden Brown

📋 copy color: '#A16119'

red 161 ◦ green 97 ◦ blue 25

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

Shades of Golden Brown #A16119

Tints of Golden Brown #A16119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 56.89%
G = 34.28%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A16119 (or 0xA16119) is known color: Golden Brown. HEX triplet: A1, 61 and 19. RGB value is (161,97,25). Sum of RGB (Red+Green+Blue) = 161+97+25=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A16119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16119 is #5E9EE6. Grayscale: #6C6C6C. Windows color (decimal): -6201063 or 1663393. OLE color: 1663393.

HSL color Cylindrical-coordinate representation of color #A16119: hue angle of 31.76º 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 #A16119 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 25 -
CMYK 0 0.40 0.84 0.37
HSL 31.76º 0.73% 0.36% -
HSV(B) 31.76º 0.84% 0.63% -
XYZ 19.15 16.2 3.04 -
YUV 107.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 161 97 25 0 0.40 0.84 0.37 31.76 0.73 0.36
Hex A1 61 19 0 28 54 25 20 49 24
Octal 241 141 31 0 50 124 45 40 111 44
Binary 10100001 1100001 11001 0 101000 1010100 100101 100000 1001001 100100

Color Harmonies of #A16119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16119

Black with #A16119

Text Example


Text Example

White with #A16119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16119; }

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

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

background-color css

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

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

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

border-color css

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

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

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