#AFAAA0

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

Shades of Cloudy #AFAAA0

Tints of Cloudy #AFAAA0

Color information

#AFAAA0 (or 0xAFAAA0) is unknown color: approx Cloudy. HEX triplet: AF, AA and A0. RGB value is (175,170,160). Sum of RGB (Red+Green+Blue) = 175+170+160=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAA0 is #50555F. Grayscale: #AAAAAA. Windows color (decimal): -5264736 or 10529455. OLE color: 10529455.

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

Color convert

RGB175170160-
CMYK00.030.090.31
HSL40º8.57%65.69%-
HSV(B)40º8.57%68.63%-
XYZ38.440.439.03-
YUV170.36122.16131.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=34.65%
G=33.66%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517016000.030.090.31408.5765.69
HexAFAAA00391F28942
Octal2572522400311375011102
Binary10101111101010101010000001110011111110100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAA0; }

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

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

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

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

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

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

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

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