Html Css Color HEX #A16019 Golden Brown

📋 copy color: '#A16019'

red 161 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #A16019

Tints of Golden Brown #A16019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

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

R = 57.09%
G = 34.04%
B = 8.87%

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

#A16019 (or 0xA16019) is known color: Golden Brown. HEX triplet: A1, 60 and 19. RGB value is (161,96,25). Sum of RGB (Red+Green+Blue) = 161+96+25=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16019 is #5E9FE6. Grayscale: #6B6B6B. Windows color (decimal): -6201319 or 1663137. OLE color: 1663137.

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

Color convert

RGB 161 96 25 -
CMYK 0 0.40 0.84 0.37
HSL 31.32º 0.73% 0.36% -
HSV(B) 31.32º 0.84% 0.63% -
XYZ 19.06 16.01 3.01 -
YUV 107.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 161 96 25 0 0.40 0.84 0.37 31.32 0.73 0.36
Hex A1 60 19 0 28 54 25 1F 49 24
Octal 241 140 31 0 50 124 45 37 111 44
Binary 10100001 1100000 11001 0 101000 1010100 100101 11111 1001001 100100

Color Harmonies of #A16019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16019

Black with #A16019

Text Example


Text Example

White with #A16019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16019; }

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

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

background-color css

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

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

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

border-color css

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

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

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