Html Css Color HEX #AFADB8 Spun Pearl

📋 copy color: '#AFADB8'

red 175 ◦ green 173 ◦ blue 184

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

Shades of Spun Pearl #AFADB8

Tints of Spun Pearl #AFADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.59%

R = 32.89%
G = 32.52%
B = 34.59%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AFADB8 (or 0xAFADB8) is known color: Spun Pearl. HEX triplet: AF, AD and B8. RGB value is (175,173,184). Sum of RGB (Red+Green+Blue) = 175+173+184=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 184 - color contains mainly: blue. Hex color #AFADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADB8 is #505247. Grayscale: #AEAEAE. Windows color (decimal): -5263944 or 12103087. OLE color: 12103087.

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

Color convert

RGB 175 173 184 -
CMYK 0.05 0.06 0 0.28
HSL 250.91º 0.07% 0.7% -
HSV(B) 250.91º 0.06% 0.72% -
XYZ 41.27 42.46 51.37 -
YUV 174.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 175 173 184 0.05 0.06 0 0.28 250.91 0.07 0.7
Hex AF AD B8 5 6 0 1C FB 7 46
Octal 257 255 270 5 6 0 34 373 7 106
Binary 10101111 10101101 10111000 101 110 0 11100 11111011 111 1000110

Color Harmonies of #AFADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADB8

Black with #AFADB8

Text Example


Text Example

White with #AFADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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