#AFABA4

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

Shades of Cloudy #AFABA4

Tints of Cloudy #AFABA4

Color information

#AFABA4 (or 0xAFABA4) is unknown color: approx Cloudy. HEX triplet: AF, AB and A4. RGB value is (175,171,164). Sum of RGB (Red+Green+Blue) = 175+171+164=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA4 is #50545B. Grayscale: #ABABAB. Windows color (decimal): -5264476 or 10791855. OLE color: 10791855.

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

Color convert

RGB175171164-
CMYK00.020.060.31
HSL38.18º6.43%66.47%-
HSV(B)38.18º6.29%68.63%-
XYZ38.9440.9240.97-
YUV171.4123.83130.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=34.31%
G=33.53%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517116400.020.060.3138.186.4366.47
HexAFABA40261F26642
Octal25725324402637466102
Binary101011111010101110100100010110111111001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABA4; }

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

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

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

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

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

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

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

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