Html Css Color HEX #AB9852 Husk

📋 copy color: '#AB9852'

red 171 ◦ green 152 ◦ blue 82

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

Shades of Husk #AB9852

Tints of Husk #AB9852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.53%

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

R = 42.22%
G = 37.53%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB9852 (or 0xAB9852) is known color: Husk. HEX triplet: AB, 98 and 52. RGB value is (171,152,82). Sum of RGB (Red+Green+Blue) = 171+152+82=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9852 is #5467AD. Grayscale: #969696. Windows color (decimal): -5531566 or 5413035. OLE color: 5413035.

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

Color convert

RGB 171 152 82 -
CMYK 0 0.11 0.52 0.33
HSL 47.19º 0.35% 0.5% -
HSV(B) 47.19º 0.52% 0.67% -
XYZ 29.55 31.72 12.55 -
YUV 149.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 171 152 82 0 0.11 0.52 0.33 47.19 0.35 0.5
Hex AB 98 52 0 B 34 21 2F 23 32
Octal 253 230 122 0 13 64 41 57 43 62
Binary 10101011 10011000 1010010 0 1011 110100 100001 101111 100011 110010

Color Harmonies of #AB9852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9852

Black with #AB9852

Text Example


Text Example

White with #AB9852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9852; }

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

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

background-color css

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

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

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

border-color css

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

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

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