Html Css Color HEX #AFABB9 Spun Pearl

📋 copy color: '#AFABB9'

red 175 ◦ green 171 ◦ blue 185

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

Shades of Spun Pearl #AFABB9

Tints of Spun Pearl #AFABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.2%

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 32.96%
G = 32.2%
B = 34.84%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFABB9 (or 0xAFABB9) is known color: Spun Pearl. HEX triplet: AF, AB and B9. RGB value is (175,171,185). Sum of RGB (Red+Green+Blue) = 175+171+185=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABB9 is #505446. Grayscale: #ADADAD. Windows color (decimal): -5264455 or 12168111. OLE color: 12168111.

HSL color Cylindrical-coordinate representation of color #AFABB9: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFABB9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 171 185 -
CMYK 0.05 0.08 0 0.27
HSL 257.14º 0.09% 0.7% -
HSV(B) 257.14º 0.08% 0.73% -
XYZ 41 41.74 51.8 -
YUV 173.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 175 171 185 0.05 0.08 0 0.27 257.14 0.09 0.7
Hex AF AB B9 5 8 0 1B 101 9 46
Octal 257 253 271 5 10 0 33 401 11 106
Binary 10101111 10101011 10111001 101 1000 0 11011 100000001 1001 1000110

Color Harmonies of #AFABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABB9

Black with #AFABB9

Text Example


Text Example

White with #AFABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABB9; }

 p { color: rgb(175,171,185); }

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

background-color css

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

 a { background-color: rgb(175,171,185); }

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

border-color css

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

 span { border-color: rgb(175,171,185); }

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