Html Css Color HEX #AFAA9E Cloudy

📋 copy color: '#AFAA9E'

red 175 ◦ green 170 ◦ blue 158

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

Shades of Cloudy #AFAA9E

Tints of Cloudy #AFAA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 34.79%
G = 33.8%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFAA9E (or 0xAFAA9E) is known color: Cloudy. HEX triplet: AF, AA and 9E. RGB value is (175,170,158). Sum of RGB (Red+Green+Blue) = 175+170+158=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA9E is #505561. Grayscale: #AAAAAA. Windows color (decimal): -5264738 or 10398383. OLE color: 10398383.

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

Color convert

RGB 175 170 158 -
CMYK 0 0.03 0.10 0.31
HSL 42.35º 0.1% 0.65% -
HSV(B) 42.35º 0.1% 0.69% -
XYZ 38.23 40.33 38.12 -
YUV 170.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 175 170 158 0 0.03 0.10 0.31 42.35 0.1 0.65
Hex AF AA 9E 0 3 A 1F 2A A 41
Octal 257 252 236 0 3 12 37 52 12 101
Binary 10101111 10101010 10011110 0 11 1010 11111 101010 1010 1000001

Color Harmonies of #AFAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA9E

Black with #AFAA9E

Text Example


Text Example

White with #AFAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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