Html Css Color HEX #AB9F4E Husk

📋 copy color: '#AB9F4E'

red 171 ◦ green 159 ◦ blue 78

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

Shades of Husk #AB9F4E

Tints of Husk #AB9F4E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.97%

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

R = 41.91%
G = 38.97%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB9F4E (or 0xAB9F4E) is known color: Husk. HEX triplet: AB, 9F and 4E. RGB value is (171,159,78). Sum of RGB (Red+Green+Blue) = 171+159+78=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F4E is #5460B1. Grayscale: #999999. Windows color (decimal): -5529778 or 5152683. OLE color: 5152683.

HSL color Cylindrical-coordinate representation of color #AB9F4E: hue angle of 52.26º 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 #AB9F4E is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 159 78 -
CMYK 0 0.07 0.54 0.33
HSL 52.26º 0.37% 0.49% -
HSV(B) 52.26º 0.54% 0.67% -
XYZ 30.57 34 12.16 -
YUV 153.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 171 159 78 0 0.07 0.54 0.33 52.26 0.37 0.49
Hex AB 9F 4E 0 7 36 21 34 25 31
Octal 253 237 116 0 7 66 41 64 45 61
Binary 10101011 10011111 1001110 0 111 110110 100001 110100 100101 110001

Color Harmonies of #AB9F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F4E

Black with #AB9F4E

Text Example


Text Example

White with #AB9F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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