Html Css Color HEX #A16519 Golden Brown

📋 copy color: '#A16519'

red 161 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #A16519

Tints of Golden Brown #A16519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

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

R = 56.1%
G = 35.19%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A16519 (or 0xA16519) is known color: Golden Brown. HEX triplet: A1, 65 and 19. RGB value is (161,101,25). Sum of RGB (Red+Green+Blue) = 161+101+25=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A16519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16519 is #5E9AE6. Grayscale: #6E6E6E. Windows color (decimal): -6200039 or 1664417. OLE color: 1664417.

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

Color convert

RGB 161 101 25 -
CMYK 0 0.37 0.84 0.37
HSL 33.53º 0.73% 0.36% -
HSV(B) 33.53º 0.84% 0.63% -
XYZ 19.53 16.95 3.16 -
YUV 110.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 161 101 25 0 0.37 0.84 0.37 33.53 0.73 0.36
Hex A1 65 19 0 25 54 25 22 49 24
Octal 241 145 31 0 45 124 45 42 111 44
Binary 10100001 1100101 11001 0 100101 1010100 100101 100010 1001001 100100

Color Harmonies of #A16519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16519

Black with #A16519

Text Example


Text Example

White with #A16519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16519; }

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

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

background-color css

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

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

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

border-color css

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

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

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