Html Css Color HEX #AB9F57 Husk

📋 copy color: '#AB9F57'

red 171 ◦ green 159 ◦ blue 87

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

Shades of Husk #AB9F57

Tints of Husk #AB9F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.86%

R = 41.01%
G = 38.13%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB9F57 (or 0xAB9F57) is known color: Husk. HEX triplet: AB, 9F and 57. RGB value is (171,159,87). Sum of RGB (Red+Green+Blue) = 171+159+87=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F57 is #5460A8. Grayscale: #9A9A9A. Windows color (decimal): -5529769 or 5742507. OLE color: 5742507.

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

Color convert

RGB 171 159 87 -
CMYK 0 0.07 0.49 0.33
HSL 51.43º 0.33% 0.51% -
HSV(B) 51.43º 0.49% 0.67% -
XYZ 30.91 34.14 13.98 -
YUV 154.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 171 159 87 0 0.07 0.49 0.33 51.43 0.33 0.51
Hex AB 9F 57 0 7 31 21 33 21 33
Octal 253 237 127 0 7 61 41 63 41 63
Binary 10101011 10011111 1010111 0 111 110001 100001 110011 100001 110011

Color Harmonies of #AB9F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F57

Black with #AB9F57

Text Example


Text Example

White with #AB9F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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