Html Css Color HEX #AB9552 Husk

📋 copy color: '#AB9552'

red 171 ◦ green 149 ◦ blue 82

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

Shades of Husk #AB9552

Tints of Husk #AB9552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

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

R = 42.54%
G = 37.06%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB9552 (or 0xAB9552) is known color: Husk. HEX triplet: AB, 95 and 52. RGB value is (171,149,82). Sum of RGB (Red+Green+Blue) = 171+149+82=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9552 is #546AAD. Grayscale: #949494. Windows color (decimal): -5532334 or 5412267. OLE color: 5412267.

HSL color Cylindrical-coordinate representation of color #AB9552: hue angle of 45.17º 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 #AB9552 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 149 82 -
CMYK 0 0.13 0.52 0.33
HSL 45.17º 0.35% 0.5% -
HSV(B) 45.17º 0.52% 0.67% -
XYZ 29.07 30.76 12.39 -
YUV 147.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 171 149 82 0 0.13 0.52 0.33 45.17 0.35 0.5
Hex AB 95 52 0 D 34 21 2D 23 32
Octal 253 225 122 0 15 64 41 55 43 62
Binary 10101011 10010101 1010010 0 1101 110100 100001 101101 100011 110010

Color Harmonies of #AB9552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9552

Black with #AB9552

Text Example


Text Example

White with #AB9552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9552; }

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

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

background-color css

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

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

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

border-color css

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

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

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