#AFABA5

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

Shades of Cloudy #AFABA5

Tints of Cloudy #AFABA5

Color information

#AFABA5 (or 0xAFABA5) is unknown color: approx Cloudy. HEX triplet: AF, AB and A5. RGB value is (175,171,165). Sum of RGB (Red+Green+Blue) = 175+171+165=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA5 is #50545A. Grayscale: #ABABAB. Windows color (decimal): -5264475 or 10857391. OLE color: 10857391.

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

Color convert

RGB175171165-
CMYK00.020.060.31
HSL36º5.88%66.67%-
HSV(B)36º5.71%68.63%-
XYZ39.0340.9641.45-
YUV171.51124.33130.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=34.25%
G=33.46%
B=32.29%

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
Decimal17517116500.020.060.31365.8866.67
HexAFABA50261F24643
Octal25725324502637446103
Binary101011111010101110100101010110111111001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABA5; }

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

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

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

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

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

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

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

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