Html Css Color HEX #AFADAA Cloudy

📋 copy color: '#AFADAA'

red 175 ◦ green 173 ◦ blue 170

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

Shades of Cloudy #AFADAA

Tints of Cloudy #AFADAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 33.78%
G = 33.4%
B = 32.82%

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

#AFADAA (or 0xAFADAA) is known color: Cloudy. HEX triplet: AF, AD and AA. RGB value is (175,173,170). Sum of RGB (Red+Green+Blue) = 175+173+170=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADAA is #505255. Grayscale: #ADADAD. Windows color (decimal): -5263958 or 11185583. OLE color: 11185583.

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

Color convert

RGB 175 173 170 -
CMYK 0 0.01 0.03 0.31
HSL 36º 0.03% 0.68% -
HSV(B) 36º 0.03% 0.69% -
XYZ 39.88 41.9 44.02 -
YUV 173.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 175 173 170 0 0.01 0.03 0.31 36 0.03 0.68
Hex AF AD AA 0 1 3 1F 24 3 44
Octal 257 255 252 0 1 3 37 44 3 104
Binary 10101111 10101101 10101010 0 1 11 11111 100100 11 1000100

Color Harmonies of #AFADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADAA

Black with #AFADAA

Text Example


Text Example

White with #AFADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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