Html Css Color HEX #AFAAA1 Cloudy

📋 copy color: '#AFAAA1'

red 175 ◦ green 170 ◦ blue 161

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

Shades of Cloudy #AFAAA1

Tints of Cloudy #AFAAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 34.58%
G = 33.6%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AFAAA1 (or 0xAFAAA1) is known color: Cloudy. HEX triplet: AF, AA and A1. RGB value is (175,170,161). Sum of RGB (Red+Green+Blue) = 175+170+161=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAA1 is #50555E. Grayscale: #AAAAAA. Windows color (decimal): -5264735 or 10594991. OLE color: 10594991.

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

Color convert

RGB 175 170 161 -
CMYK 0 0.03 0.08 0.31
HSL 38.57º 0.08% 0.66% -
HSV(B) 38.57º 0.08% 0.69% -
XYZ 38.49 40.44 39.49 -
YUV 170.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 175 170 161 0 0.03 0.08 0.31 38.57 0.08 0.66
Hex AF AA A1 0 3 8 1F 27 8 42
Octal 257 252 241 0 3 10 37 47 10 102
Binary 10101111 10101010 10100001 0 11 1000 11111 100111 1000 1000010

Color Harmonies of #AFAAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAA1

Black with #AFAAA1

Text Example


Text Example

White with #AFAAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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