#AFABA0

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

Shades of Cloudy #AFABA0

Tints of Cloudy #AFABA0

Color information

#AFABA0 (or 0xAFABA0) is unknown color: approx Cloudy. HEX triplet: AF, AB and A0. RGB value is (175,171,160). Sum of RGB (Red+Green+Blue) = 175+171+160=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA0 is #50545F. Grayscale: #AAAAAA. Windows color (decimal): -5264480 or 10529711. OLE color: 10529711.

HSL color Cylindrical-coordinate representation of color #AFABA0: hue angle of 44º 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 #AFABA0 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB175171160-
CMYK00.020.090.31
HSL44º8.57%65.69%-
HSV(B)44º8.57%68.63%-
XYZ38.5940.7839.09-
YUV170.94121.83130.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=34.58%
G=33.79%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517116000.020.090.31448.5765.69
HexAFABA00291F2c942
Octal2572532400211375411102
Binary10101111101010111010000001010011111110110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABA0; }

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

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

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

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

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

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

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

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