Html Css Color HEX #AB9F5A Husk

📋 copy color: '#AB9F5A'

red 171 ◦ green 159 ◦ blue 90

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

Shades of Husk #AB9F5A

Tints of Husk #AB9F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 40.71%
G = 37.86%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB9F5A (or 0xAB9F5A) is known color: Husk. HEX triplet: AB, 9F and 5A. RGB value is (171,159,90). Sum of RGB (Red+Green+Blue) = 171+159+90=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F5A is #5460A5. Grayscale: #9B9B9B. Windows color (decimal): -5529766 or 5939115. OLE color: 5939115.

HSL color Cylindrical-coordinate representation of color #AB9F5A: hue angle of 51.11º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB9F5A is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 159 90 -
CMYK 0 0.07 0.47 0.33
HSL 51.11º 0.33% 0.51% -
HSV(B) 51.11º 0.47% 0.67% -
XYZ 31.04 34.19 14.64 -
YUV 154.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 171 159 90 0 0.07 0.47 0.33 51.11 0.33 0.51
Hex AB 9F 5A 0 7 2F 21 33 21 33
Octal 253 237 132 0 7 57 41 63 41 63
Binary 10101011 10011111 1011010 0 111 101111 100001 110011 100001 110011

Color Harmonies of #AB9F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F5A

Black with #AB9F5A

Text Example


Text Example

White with #AB9F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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