#AFA355

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

Shades of Husk #AFA355

Tints of Husk #AFA355

Color information

#AFA355 (or 0xAFA355) is unknown color: approx Husk. HEX triplet: AF, A3 and 55. RGB value is (175,163,85). Sum of RGB (Red+Green+Blue) = 175+163+85=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA355 is #505CAA. Grayscale: #9E9E9E. Windows color (decimal): -5266603 or 5612463. OLE color: 5612463.

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

Color convert

RGB17516385-
CMYK00.070.510.31
HSL52º36%50.98%-
HSV(B)52º51.43%68.63%-
XYZ32.4235.9613.83-
YUV157.786.98140.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 85 (33.59% from 255) = 20.09%
R=41.37%
G=38.53%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751638500.070.510.31523650.98
HexAFA35507331F342433
Octal257243125076337644463
Binary10101111101000111010101011111001111111110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA355; }

 p { color: rgb(175,163,85); }

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

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

 a { background-color: rgb(175,163,85); }

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

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

 span { border-color: rgb(175,163,85); }

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