Html Css Color HEX #AFAEB2 Spun Pearl

📋 copy color: '#AFAEB2'

red 175 ◦ green 174 ◦ blue 178

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

Shades of Spun Pearl #AFAEB2

Tints of Spun Pearl #AFAEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.78%

R = 33.21%
G = 33.02%
B = 33.78%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AFAEB2 (or 0xAFAEB2) is known color: Spun Pearl. HEX triplet: AF, AE and B2. RGB value is (175,174,178). Sum of RGB (Red+Green+Blue) = 175+174+178=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEB2 is #50514D. Grayscale: #AEAEAE. Windows color (decimal): -5263694 or 11710127. OLE color: 11710127.

HSL color Cylindrical-coordinate representation of color #AFAEB2: hue angle of 255º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFAEB2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 174 178 -
CMYK 0.02 0.02 0 0.30
HSL 255º 0.03% 0.69% -
HSV(B) 255º 0.02% 0.7% -
XYZ 40.85 42.6 48.19 -
YUV 174.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 175 174 178 0.02 0.02 0 0.30 255 0.03 0.69
Hex AF AE B2 2 2 0 1E FF 3 45
Octal 257 256 262 2 2 0 36 377 3 105
Binary 10101111 10101110 10110010 10 10 0 11110 11111111 11 1000101

Color Harmonies of #AFAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEB2

Black with #AFAEB2

Text Example


Text Example

White with #AFAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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