Html Css Color HEX #ABA058 Husk

📋 copy color: '#ABA058'

red 171 ◦ green 160 ◦ blue 88

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

Shades of Husk #ABA058

Tints of Husk #ABA058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21%

R = 40.81%
G = 38.19%
B = 21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABA058 (or 0xABA058) is known color: Husk. HEX triplet: AB, A0 and 58. RGB value is (171,160,88). Sum of RGB (Red+Green+Blue) = 171+160+88=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA058 is #545FA7. Grayscale: #9B9B9B. Windows color (decimal): -5529512 or 5808299. OLE color: 5808299.

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

Color convert

RGB 171 160 88 -
CMYK 0 0.06 0.49 0.33
HSL 52.05º 0.33% 0.51% -
HSV(B) 52.05º 0.49% 0.67% -
XYZ 31.13 34.5 14.25 -
YUV 155.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 171 160 88 0 0.06 0.49 0.33 52.05 0.33 0.51
Hex AB A0 58 0 6 31 21 34 21 33
Octal 253 240 130 0 6 61 41 64 41 63
Binary 10101011 10100000 1011000 0 110 110001 100001 110100 100001 110011

Color Harmonies of #ABA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA058

Black with #ABA058

Text Example


Text Example

White with #ABA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA058; }

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

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

background-color css

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

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

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

border-color css

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

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

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