#AFA04B

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

Shades of Husk #AFA04B

Tints of Husk #AFA04B

Color information

#AFA04B (or 0xAFA04B) is unknown color: approx Husk. HEX triplet: AF, A0 and 4B. RGB value is (175,160,75). Sum of RGB (Red+Green+Blue) = 175+160+75=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA04B is #505FB4. Grayscale: #9B9B9B. Windows color (decimal): -5267381 or 4956335. OLE color: 4956335.

HSL color Cylindrical-coordinate representation of color #AFA04B: hue angle of 51º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFA04B is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17516075-
CMYK00.090.570.31
HSL51º40%49.02%-
HSV(B)51º57.14%68.63%-
XYZ31.5234.7611.71-
YUV154.7982.97142.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=42.68%
G=39.02%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751607500.090.570.31514049.02
HexAFA04B09391F332831
Octal2572401130117137635061
Binary101011111010000010010110100111100111111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA04B; }

 p { color: rgb(175,160,75); }

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

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

 a { background-color: rgb(175,160,75); }

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

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

 span { border-color: rgb(175,160,75); }

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