Html Css Color HEX #AB9F54 Husk

📋 copy color: '#AB9F54'

red 171 ◦ green 159 ◦ blue 84

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

Shades of Husk #AB9F54

Tints of Husk #AB9F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.29%

R = 41.3%
G = 38.41%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB9F54 (or 0xAB9F54) is known color: Husk. HEX triplet: AB, 9F and 54. RGB value is (171,159,84). Sum of RGB (Red+Green+Blue) = 171+159+84=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F54 is #5460AB. Grayscale: #9A9A9A. Windows color (decimal): -5529772 or 5545899. OLE color: 5545899.

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

Color convert

RGB 171 159 84 -
CMYK 0 0.07 0.51 0.33
HSL 51.72º 0.34% 0.5% -
HSV(B) 51.72º 0.51% 0.67% -
XYZ 30.79 34.09 13.35 -
YUV 154.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 171 159 84 0 0.07 0.51 0.33 51.72 0.34 0.5
Hex AB 9F 54 0 7 33 21 34 22 32
Octal 253 237 124 0 7 63 41 64 42 62
Binary 10101011 10011111 1010100 0 111 110011 100001 110100 100010 110010

Color Harmonies of #AB9F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F54

Black with #AB9F54

Text Example


Text Example

White with #AB9F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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