Html Css Color HEX #ABA051 Husk

📋 copy color: '#ABA051'

red 171 ◦ green 160 ◦ blue 81

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

Shades of Husk #ABA051

Tints of Husk #ABA051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.66%

R = 41.5%
G = 38.83%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#ABA051 (or 0xABA051) is known color: Husk. HEX triplet: AB, A0 and 51. RGB value is (171,160,81). Sum of RGB (Red+Green+Blue) = 171+160+81=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA051 is #545FAE. Grayscale: #9A9A9A. Windows color (decimal): -5529519 or 5349547. OLE color: 5349547.

HSL color Cylindrical-coordinate representation of color #ABA051: hue angle of 52.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABA051 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 81 -
CMYK 0 0.06 0.53 0.33
HSL 52.67º 0.36% 0.49% -
HSV(B) 52.67º 0.53% 0.67% -
XYZ 30.85 34.39 12.8 -
YUV 154.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 171 160 81 0 0.06 0.53 0.33 52.67 0.36 0.49
Hex AB A0 51 0 6 35 21 35 24 31
Octal 253 240 121 0 6 65 41 65 44 61
Binary 10101011 10100000 1010001 0 110 110101 100001 110101 100100 110001

Color Harmonies of #ABA051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA051

Black with #ABA051

Text Example


Text Example

White with #ABA051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA051; }

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

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

background-color css

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

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

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

border-color css

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

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

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