Html Css Color HEX #AFADB7 Spun Pearl

📋 copy color: '#AFADB7'

red 175 ◦ green 173 ◦ blue 183

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

Shades of Spun Pearl #AFADB7

Tints of Spun Pearl #AFADB7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.58%

 BLUE value IS 183 (71.88% from 255) = 34.46%

R = 32.96%
G = 32.58%
B = 34.46%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AFADB7 (or 0xAFADB7) is known color: Spun Pearl. HEX triplet: AF, AD and B7. RGB value is (175,173,183). Sum of RGB (Red+Green+Blue) = 175+173+183=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADB7 is #505248. Grayscale: #AEAEAE. Windows color (decimal): -5263945 or 12037551. OLE color: 12037551.

HSL color Cylindrical-coordinate representation of color #AFADB7: hue angle of 252º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFADB7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 173 183 -
CMYK 0.04 0.05 0 0.28
HSL 252º 0.06% 0.7% -
HSV(B) 252º 0.05% 0.72% -
XYZ 41.17 42.42 50.82 -
YUV 174.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 175 173 183 0.04 0.05 0 0.28 252 0.06 0.7
Hex AF AD B7 4 5 0 1C FC 6 46
Octal 257 255 267 4 5 0 34 374 6 106
Binary 10101111 10101101 10110111 100 101 0 11100 11111100 110 1000110

Color Harmonies of #AFADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADB7

Black with #AFADB7

Text Example


Text Example

White with #AFADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADB7; }

 p { color: rgb(175,173,183); }

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

background-color css

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

 a { background-color: rgb(175,173,183); }

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

border-color css

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

 span { border-color: rgb(175,173,183); }

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