Html Css Color HEX #AFA9A1 Cloudy

📋 copy color: '#AFA9A1'

red 175 ◦ green 169 ◦ blue 161

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

Shades of Cloudy #AFA9A1

Tints of Cloudy #AFA9A1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.47%

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

R = 34.65%
G = 33.47%
B = 31.88%

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

#AFA9A1 (or 0xAFA9A1) is known color: Cloudy. HEX triplet: AF, A9 and A1. RGB value is (175,169,161). Sum of RGB (Red+Green+Blue) = 175+169+161=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA9A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA9A1 is #50565E. Grayscale: #A9A9A9. Windows color (decimal): -5264991 or 10594735. OLE color: 10594735.

HSL color Cylindrical-coordinate representation of color #AFA9A1: hue angle of 34.29º 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 #AFA9A1 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 161 -
CMYK 0 0.03 0.08 0.31
HSL 34.29º 0.08% 0.66% -
HSV(B) 34.29º 0.08% 0.69% -
XYZ 38.3 40.06 39.43 -
YUV 169.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 175 169 161 0 0.03 0.08 0.31 34.29 0.08 0.66
Hex AF A9 A1 0 3 8 1F 22 8 42
Octal 257 251 241 0 3 10 37 42 10 102
Binary 10101111 10101001 10100001 0 11 1000 11111 100010 1000 1000010

Color Harmonies of #AFA9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA9A1

Black with #AFA9A1

Text Example


Text Example

White with #AFA9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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