Html Css Color HEX #A19456 Husk

📋 copy color: '#A19456'

red 161 ◦ green 148 ◦ blue 86

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

Shades of Husk #A19456

Tints of Husk #A19456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 40.76%
G = 37.47%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A19456 (or 0xA19456) is known color: Husk. HEX triplet: A1, 94 and 56. RGB value is (161,148,86). Sum of RGB (Red+Green+Blue) = 161+148+86=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A19456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19456 is #5E6BA9. Grayscale: #919191. Windows color (decimal): -6187946 or 5674145. OLE color: 5674145.

HSL color Cylindrical-coordinate representation of color #A19456: hue angle of 49.6º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A19456 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 86 -
CMYK 0 0.08 0.47 0.37
HSL 49.6º 0.3% 0.48% -
HSV(B) 49.6º 0.47% 0.63% -
XYZ 26.97 29.43 13.06 -
YUV 144.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 161 148 86 0 0.08 0.47 0.37 49.6 0.3 0.48
Hex A1 94 56 0 8 2F 25 32 1E 30
Octal 241 224 126 0 10 57 45 62 36 60
Binary 10100001 10010100 1010110 0 1000 101111 100101 110010 11110 110000

Color Harmonies of #A19456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19456

Black with #A19456

Text Example


Text Example

White with #A19456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19456; }

 p { color: rgb(161,148,86); }

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

background-color css

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

 a { background-color: rgb(161,148,86); }

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

border-color css

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

 span { border-color: rgb(161,148,86); }

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