Html Css Color HEX #AFADA8 Cloudy

📋 copy color: '#AFADA8'

red 175 ◦ green 173 ◦ blue 168

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

Shades of Cloudy #AFADA8

Tints of Cloudy #AFADA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.56%

R = 33.91%
G = 33.53%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AFADA8 (or 0xAFADA8) is known color: Cloudy. HEX triplet: AF, AD and A8. RGB value is (175,173,168). Sum of RGB (Red+Green+Blue) = 175+173+168=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADA8 is #505257. Grayscale: #ADADAD. Windows color (decimal): -5263960 or 11054511. OLE color: 11054511.

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

Color convert

RGB 175 173 168 -
CMYK 0 0.01 0.04 0.31
HSL 42.86º 0.04% 0.67% -
HSV(B) 42.86º 0.04% 0.69% -
XYZ 39.69 41.83 43.03 -
YUV 173.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 175 173 168 0 0.01 0.04 0.31 42.86 0.04 0.67
Hex AF AD A8 0 1 4 1F 2B 4 43
Octal 257 255 250 0 1 4 37 53 4 103
Binary 10101111 10101101 10101000 0 1 100 11111 101011 100 1000011

Color Harmonies of #AFADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADA8

Black with #AFADA8

Text Example


Text Example

White with #AFADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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