Html Css Color HEX #AB9F53 Husk

📋 copy color: '#AB9F53'

red 171 ◦ green 159 ◦ blue 83

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

Shades of Husk #AB9F53

Tints of Husk #AB9F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.1%

R = 41.4%
G = 38.5%
B = 20.1%

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

#AB9F53 (or 0xAB9F53) is known color: Husk. HEX triplet: AB, 9F and 53. RGB value is (171,159,83). Sum of RGB (Red+Green+Blue) = 171+159+83=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F53 is #5460AC. Grayscale: #9A9A9A. Windows color (decimal): -5529773 or 5480363. OLE color: 5480363.

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

Color convert

RGB 171 159 83 -
CMYK 0 0.07 0.51 0.33
HSL 51.82º 0.35% 0.5% -
HSV(B) 51.82º 0.51% 0.67% -
XYZ 30.75 34.08 13.14 -
YUV 153.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 171 159 83 0 0.07 0.51 0.33 51.82 0.35 0.5
Hex AB 9F 53 0 7 33 21 34 23 32
Octal 253 237 123 0 7 63 41 64 43 62
Binary 10101011 10011111 1010011 0 111 110011 100001 110100 100011 110010

Color Harmonies of #AB9F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F53

Black with #AB9F53

Text Example


Text Example

White with #AB9F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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