Html Css Color HEX #AFAEB8 Spun Pearl

📋 copy color: '#AFAEB8'

red 175 ◦ green 174 ◦ blue 184

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

Shades of Spun Pearl #AFAEB8

Tints of Spun Pearl #AFAEB8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.65%

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

R = 32.83%
G = 32.65%
B = 34.52%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AFAEB8 (or 0xAFAEB8) is known color: Spun Pearl. HEX triplet: AF, AE and B8. RGB value is (175,174,184). Sum of RGB (Red+Green+Blue) = 175+174+184=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 184 - color contains mainly: blue. Hex color #AFAEB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEB8 is #505147. Grayscale: #AFAFAF. Windows color (decimal): -5263688 or 12103343. OLE color: 12103343.

HSL color Cylindrical-coordinate representation of color #AFAEB8: hue angle of 246º degrees, saturation: 0.07, 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 #AFAEB8 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 174 184 -
CMYK 0.05 0.05 0 0.28
HSL 246º 0.07% 0.7% -
HSV(B) 246º 0.05% 0.72% -
XYZ 41.47 42.85 51.43 -
YUV 175.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 175 174 184 0.05 0.05 0 0.28 246 0.07 0.7
Hex AF AE B8 5 5 0 1C F6 7 46
Octal 257 256 270 5 5 0 34 366 7 106
Binary 10101111 10101110 10111000 101 101 0 11100 11110110 111 1000110

Color Harmonies of #AFAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEB8

Black with #AFAEB8

Text Example


Text Example

White with #AFAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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