#ABA353

Color #ABA353 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #ABA353

Tints of Husk #ABA353

Color information

#ABA353 (or 0xABA353) is unknown color: approx Husk. HEX triplet: AB, A3 and 53. RGB value is (171,163,83). Sum of RGB (Red+Green+Blue) = 171+163+83=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA353 is #545CAC. Grayscale: #9C9C9C. Windows color (decimal): -5528749 or 5481387. OLE color: 5481387.

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

Color convert

RGB17116383-
CMYK00.050.510.33
HSL54.55º34.65%49.8%-
HSV(B)54.55º51.46%67.06%-
XYZ31.4535.4813.37-
YUV156.2786.65138.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 83 (32.81% from 255) = 19.90%
R=41.01%
G=39.09%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711638300.050.510.3354.5534.6549.8
HexABA353053321372332
Octal253243123056341674362
Binary101010111010001110100110101110011100001110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA353; }

 p { color: rgb(171,163,83); }

 H1.HeaderClassName
 {
   color: #ABA353;
 }
 .AnyTagClassName
 {
   color: #ABA353;
 }
</style>
background-color css

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

 a { background-color: rgb(171,163,83); }

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

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

 span { border-color: rgb(171,163,83); }

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