Html Css Color HEX #AFACB9 Spun Pearl

📋 copy color: '#AFACB9'

red 175 ◦ green 172 ◦ blue 185

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

Shades of Spun Pearl #AFACB9

Tints of Spun Pearl #AFACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.33%

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

R = 32.89%
G = 32.33%
B = 34.77%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFACB9 (or 0xAFACB9) is known color: Spun Pearl. HEX triplet: AF, AC and B9. RGB value is (175,172,185). Sum of RGB (Red+Green+Blue) = 175+172+185=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACB9 is #505346. Grayscale: #AEAEAE. Windows color (decimal): -5264199 or 12168367. OLE color: 12168367.

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

Color convert

RGB 175 172 185 -
CMYK 0.05 0.07 0 0.27
HSL 253.85º 0.08% 0.7% -
HSV(B) 253.85º 0.07% 0.73% -
XYZ 41.19 42.12 51.86 -
YUV 174.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 175 172 185 0.05 0.07 0 0.27 253.85 0.08 0.7
Hex AF AC B9 5 7 0 1B FE 8 46
Octal 257 254 271 5 7 0 33 376 10 106
Binary 10101111 10101100 10111001 101 111 0 11011 11111110 1000 1000110

Color Harmonies of #AFACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACB9

Black with #AFACB9

Text Example


Text Example

White with #AFACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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