Html Css Color HEX #A19A51 Husk

📋 copy color: '#A19A51'

red 161 ◦ green 154 ◦ blue 81

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

Shades of Husk #A19A51

Tints of Husk #A19A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 81 (32.03% from 255) = 20.45%

R = 40.66%
G = 38.89%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19A51 (or 0xA19A51) is known color: Husk. HEX triplet: A1, 9A and 51. RGB value is (161,154,81). Sum of RGB (Red+Green+Blue) = 161+154+81=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A51 is #5E65AE. Grayscale: #949494. Windows color (decimal): -6186415 or 5348001. OLE color: 5348001.

HSL color Cylindrical-coordinate representation of color #A19A51: hue angle of 54.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A19A51 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 154 81 -
CMYK 0 0.04 0.50 0.37
HSL 54.75º 0.33% 0.47% -
HSV(B) 54.75º 0.5% 0.63% -
XYZ 27.74 31.28 12.36 -
YUV 147.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 161 154 81 0 0.04 0.50 0.37 54.75 0.33 0.47
Hex A1 9A 51 0 4 32 25 37 21 2F
Octal 241 232 121 0 4 62 45 67 41 57
Binary 10100001 10011010 1010001 0 100 110010 100101 110111 100001 101111

Color Harmonies of #A19A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19A51

Black with #A19A51

Text Example


Text Example

White with #A19A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19A51; }

 p { color: rgb(161,154,81); }

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

background-color css

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

 a { background-color: rgb(161,154,81); }

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

border-color css

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

 span { border-color: rgb(161,154,81); }

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