Html Css Color HEX #ABA052 Husk

📋 copy color: '#ABA052'

red 171 ◦ green 160 ◦ blue 82

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

Shades of Husk #ABA052

Tints of Husk #ABA052

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

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

R = 41.4%
G = 38.74%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#ABA052 (or 0xABA052) is known color: Husk. HEX triplet: AB, A0 and 52. RGB value is (171,160,82). Sum of RGB (Red+Green+Blue) = 171+160+82=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA052 is #545FAD. Grayscale: #9A9A9A. Windows color (decimal): -5529518 or 5415083. OLE color: 5415083.

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

Color convert

RGB 171 160 82 -
CMYK 0 0.06 0.52 0.33
HSL 52.58º 0.35% 0.5% -
HSV(B) 52.58º 0.52% 0.67% -
XYZ 30.89 34.41 13 -
YUV 154.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 171 160 82 0 0.06 0.52 0.33 52.58 0.35 0.5
Hex AB A0 52 0 6 34 21 35 23 32
Octal 253 240 122 0 6 64 41 65 43 62
Binary 10101011 10100000 1010010 0 110 110100 100001 110101 100011 110010

Color Harmonies of #ABA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA052

Black with #ABA052

Text Example


Text Example

White with #ABA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA052; }

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

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

background-color css

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

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

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

border-color css

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

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

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