Html Css Color HEX #AFAFB4 Spun Pearl

📋 copy color: '#AFAFB4'

red 175 ◦ green 175 ◦ blue 180

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

Shades of Spun Pearl #AFAFB4

Tints of Spun Pearl #AFAFB4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.02%

 BLUE value IS 180 (70.7% from 255) = 33.96%

R = 33.02%
G = 33.02%
B = 33.96%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AFAFB4 (or 0xAFAFB4) is known color: Spun Pearl. HEX triplet: AF, AF and B4. RGB value is (175,175,180). Sum of RGB (Red+Green+Blue) = 175+175+180=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFB4 is #50504B. Grayscale: #AFAFAF. Windows color (decimal): -5263436 or 11841455. OLE color: 11841455.

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

Color convert

RGB 175 175 180 -
CMYK 0.03 0.03 0 0.29
HSL 240º 0.03% 0.7% -
HSV(B) 240º 0.03% 0.71% -
XYZ 41.25 43.07 49.32 -
YUV 175.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 175 175 180 0.03 0.03 0 0.29 240 0.03 0.7
Hex AF AF B4 3 3 0 1D F0 3 46
Octal 257 257 264 3 3 0 35 360 3 106
Binary 10101111 10101111 10110100 11 11 0 11101 11110000 11 1000110

Color Harmonies of #AFAFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFB4

Black with #AFAFB4

Text Example


Text Example

White with #AFAFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFB4; }

 p { color: rgb(175,175,180); }

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

background-color css

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

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

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

border-color css

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

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

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