Html Css Color HEX #AB9E4E Husk

📋 copy color: '#AB9E4E'

red 171 ◦ green 158 ◦ blue 78

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

Shades of Husk #AB9E4E

Tints of Husk #AB9E4E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.82%

 BLUE value IS 78 (30.86% from 255) = 19.16%

R = 42.01%
G = 38.82%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB9E4E (or 0xAB9E4E) is known color: Husk. HEX triplet: AB, 9E and 4E. RGB value is (171,158,78). Sum of RGB (Red+Green+Blue) = 171+158+78=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E4E is #5461B1. Grayscale: #999999. Windows color (decimal): -5530034 or 5152427. OLE color: 5152427.

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

Color convert

RGB 171 158 78 -
CMYK 0 0.08 0.54 0.33
HSL 51.61º 0.37% 0.49% -
HSV(B) 51.61º 0.54% 0.67% -
XYZ 30.4 33.66 12.1 -
YUV 152.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 171 158 78 0 0.08 0.54 0.33 51.61 0.37 0.49
Hex AB 9E 4E 0 8 36 21 34 25 31
Octal 253 236 116 0 10 66 41 64 45 61
Binary 10101011 10011110 1001110 0 1000 110110 100001 110100 100101 110001

Color Harmonies of #AB9E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E4E

Black with #AB9E4E

Text Example


Text Example

White with #AB9E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E4E; }

 p { color: rgb(171,158,78); }

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

background-color css

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

 a { background-color: rgb(171,158,78); }

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

border-color css

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

 span { border-color: rgb(171,158,78); }

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