#AFA495

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

Shades of Cloudy #AFA495

Tints of Cloudy #AFA495

Color information

#AFA495 (or 0xAFA495) is unknown color: approx Cloudy. HEX triplet: AF, A4 and 95. RGB value is (175,164,149). Sum of RGB (Red+Green+Blue) = 175+164+149=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA495 is #505B6A. Grayscale: #A5A5A5. Windows color (decimal): -5266283 or 9807023. OLE color: 9807023.

HSL color Cylindrical-coordinate representation of color #AFA495: hue angle of 34.62º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA495 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175164149-
CMYK00.060.150.31
HSL34.62º13.98%63.53%-
HSV(B)34.62º14.86%68.63%-
XYZ36.3837.8333.82-
YUV165.58118.64134.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=35.86%
G=33.61%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516414900.060.150.3134.6213.9863.53
HexAFA49506F1F23e40
Octal2572442250617374316100
Binary101011111010010010010101011011111111110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA495; }

 p { color: rgb(175,164,149); }

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

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

 a { background-color: rgb(175,164,149); }

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

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

 span { border-color: rgb(175,164,149); }

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