#AFA253

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

Shades of Husk #AFA253

Tints of Husk #AFA253

Color information

#AFA253 (or 0xAFA253) is unknown color: approx Husk. HEX triplet: AF, A2 and 53. RGB value is (175,162,83). Sum of RGB (Red+Green+Blue) = 175+162+83=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA253 is #505DAC. Grayscale: #9D9D9D. Windows color (decimal): -5266861 or 5481135. OLE color: 5481135.

HSL color Cylindrical-coordinate representation of color #AFA253: hue angle of 51.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFA253 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17516283-
CMYK00.070.530.31
HSL51.52º36.51%50.59%-
HSV(B)51.52º52.57%68.63%-
XYZ32.1635.5813.36-
YUV156.8886.31140.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 83 (32.81% from 255) = 19.76%
R=41.67%
G=38.57%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751628300.070.530.3151.5236.5150.59
HexAFA25307351F342533
Octal257242123076537644563
Binary10101111101000101010011011111010111111110100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA253; }

 p { color: rgb(175,162,83); }

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

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

 a { background-color: rgb(175,162,83); }

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

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

 span { border-color: rgb(175,162,83); }

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