Html Css Color HEX #AB9D5E Husk

📋 copy color: '#AB9D5E'

red 171 ◦ green 157 ◦ blue 94

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

Shades of Husk #AB9D5E

Tints of Husk #AB9D5E

RGB

 RED value IS 171 (67.19% from 255) = 40.52%

 GREEN value IS 157 (61.72% from 255) = 37.2%

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 40.52%
G = 37.2%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB9D5E (or 0xAB9D5E) is known color: Husk. HEX triplet: AB, 9D and 5E. RGB value is (171,157,94). Sum of RGB (Red+Green+Blue) = 171+157+94=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D5E is #5462A1. Grayscale: #9A9A9A. Windows color (decimal): -5530274 or 6200747. OLE color: 6200747.

HSL color Cylindrical-coordinate representation of color #AB9D5E: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB9D5E is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 94 -
CMYK 0 0.08 0.45 0.33
HSL 49.09º 0.31% 0.52% -
HSV(B) 49.09º 0.45% 0.67% -
XYZ 30.87 33.58 15.44 -
YUV 154 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 171 157 94 0 0.08 0.45 0.33 49.09 0.31 0.52
Hex AB 9D 5E 0 8 2D 21 31 1F 34
Octal 253 235 136 0 10 55 41 61 37 64
Binary 10101011 10011101 1011110 0 1000 101101 100001 110001 11111 110100

Color Harmonies of #AB9D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D5E

Black with #AB9D5E

Text Example


Text Example

White with #AB9D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D5E; }

 p { color: rgb(171,157,94); }

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

background-color css

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

 a { background-color: rgb(171,157,94); }

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

border-color css

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

 span { border-color: rgb(171,157,94); }

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