Html Css Color HEX #AB9F51 Husk

📋 copy color: '#AB9F51'

red 171 ◦ green 159 ◦ blue 81

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

Shades of Husk #AB9F51

Tints of Husk #AB9F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.71%

R = 41.61%
G = 38.69%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB9F51 (or 0xAB9F51) is known color: Husk. HEX triplet: AB, 9F and 51. RGB value is (171,159,81). Sum of RGB (Red+Green+Blue) = 171+159+81=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F51 is #5460AE. Grayscale: #9A9A9A. Windows color (decimal): -5529775 or 5349291. OLE color: 5349291.

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

Color convert

RGB 171 159 81 -
CMYK 0 0.07 0.53 0.33
HSL 52º 0.36% 0.49% -
HSV(B) 52º 0.53% 0.67% -
XYZ 30.68 34.05 12.74 -
YUV 153.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 171 159 81 0 0.07 0.53 0.33 52 0.36 0.49
Hex AB 9F 51 0 7 35 21 34 24 31
Octal 253 237 121 0 7 65 41 64 44 61
Binary 10101011 10011111 1010001 0 111 110101 100001 110100 100100 110001

Color Harmonies of #AB9F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F51

Black with #AB9F51

Text Example


Text Example

White with #AB9F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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