Html Css Color HEX #AFADA9 Cloudy

📋 copy color: '#AFADA9'

red 175 ◦ green 173 ◦ blue 169

#AFADA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloudy #AFADA9

Tints of Cloudy #AFADA9

RGB

 RED value IS 175 (68.75% from 255) = 33.85%

 GREEN value IS 173 (67.97% from 255) = 33.46%

 BLUE value IS 169 (66.41% from 255) = 32.69%

R = 33.85%
G = 33.46%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AFADA9 (or 0xAFADA9) is known color: Cloudy. HEX triplet: AF, AD and A9. RGB value is (175,173,169). Sum of RGB (Red+Green+Blue) = 175+173+169=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADA9 is #505256. Grayscale: #ADADAD. Windows color (decimal): -5263959 or 11120047. OLE color: 11120047.

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

Color convert

RGB 175 173 169 -
CMYK 0 0.01 0.03 0.31
HSL 40º 0.04% 0.67% -
HSV(B) 40º 0.03% 0.69% -
XYZ 39.78 41.87 43.52 -
YUV 173.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 175 173 169 0 0.01 0.03 0.31 40 0.04 0.67
Hex AF AD A9 0 1 3 1F 28 4 43
Octal 257 255 251 0 1 3 37 50 4 103
Binary 10101111 10101101 10101001 0 1 11 11111 101000 100 1000011

Color Harmonies of #AFADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADA9

Black with #AFADA9

Text Example


Text Example

White with #AFADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADA9; }

 p { color: rgb(175,173,169); }

 H1.HeaderClassName
 {
   color: #AFADA9;
 }
 .AnyTagClassName
 {
   color: #AFADA9;
 }
</style>

background-color css

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

 a { background-color: rgb(175,173,169); }

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

border-color css

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

 span { border-color: rgb(175,173,169); }

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