Html Css Color HEX #AB9F52 Husk

📋 copy color: '#AB9F52'

red 171 ◦ green 159 ◦ blue 82

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

Shades of Husk #AB9F52

Tints of Husk #AB9F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.9%

R = 41.5%
G = 38.59%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB9F52 (or 0xAB9F52) is known color: Husk. HEX triplet: AB, 9F and 52. RGB value is (171,159,82). Sum of RGB (Red+Green+Blue) = 171+159+82=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F52 is #5460AD. Grayscale: #9A9A9A. Windows color (decimal): -5529774 or 5414827. OLE color: 5414827.

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

Color convert

RGB 171 159 82 -
CMYK 0 0.07 0.52 0.33
HSL 51.91º 0.35% 0.5% -
HSV(B) 51.91º 0.52% 0.67% -
XYZ 30.72 34.06 12.94 -
YUV 153.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 171 159 82 0 0.07 0.52 0.33 51.91 0.35 0.5
Hex AB 9F 52 0 7 34 21 34 23 32
Octal 253 237 122 0 7 64 41 64 43 62
Binary 10101011 10011111 1010010 0 111 110100 100001 110100 100011 110010

Color Harmonies of #AB9F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F52

Black with #AB9F52

Text Example


Text Example

White with #AB9F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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