Html Css Color HEX #A19859 Husk

📋 copy color: '#A19859'

red 161 ◦ green 152 ◦ blue 89

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

Shades of Husk #A19859

Tints of Husk #A19859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 40.05%
G = 37.81%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A19859 (or 0xA19859) is known color: Husk. HEX triplet: A1, 98 and 59. RGB value is (161,152,89). Sum of RGB (Red+Green+Blue) = 161+152+89=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A19859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19859 is #5E67A6. Grayscale: #939393. Windows color (decimal): -6186919 or 5871777. OLE color: 5871777.

HSL color Cylindrical-coordinate representation of color #A19859: hue angle of 52.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A19859 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 152 89 -
CMYK 0 0.06 0.45 0.37
HSL 52.5º 0.29% 0.49% -
HSV(B) 52.5º 0.45% 0.63% -
XYZ 27.73 30.75 13.93 -
YUV 147.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 161 152 89 0 0.06 0.45 0.37 52.5 0.29 0.49
Hex A1 98 59 0 6 2D 25 34 1D 31
Octal 241 230 131 0 6 55 45 64 35 61
Binary 10100001 10011000 1011001 0 110 101101 100101 110100 11101 110001

Color Harmonies of #A19859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19859

Black with #A19859

Text Example


Text Example

White with #A19859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19859; }

 p { color: rgb(161,152,89); }

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

background-color css

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

 a { background-color: rgb(161,152,89); }

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

border-color css

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

 span { border-color: rgb(161,152,89); }

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