Html Css Color HEX #AFAFB2 Spun Pearl

📋 copy color: '#AFAFB2'

red 175 ◦ green 175 ◦ blue 178

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

Shades of Spun Pearl #AFAFB2

Tints of Spun Pearl #AFAFB2

RGB

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

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

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

R = 33.14%
G = 33.14%
B = 33.71%

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

#AFAFB2 (or 0xAFAFB2) is known color: Spun Pearl. HEX triplet: AF, AF and B2. RGB value is (175,175,178). Sum of RGB (Red+Green+Blue) = 175+175+178=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFAFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFB2 is #50504D. Grayscale: #AFAFAF. Windows color (decimal): -5263438 or 11710383. OLE color: 11710383.

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

Color convert

RGB 175 175 178 -
CMYK 0.02 0.02 0 0.30
HSL 240º 0.02% 0.69% -
HSV(B) 240º 0.02% 0.7% -
XYZ 41.05 42.99 48.25 -
YUV 175.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 175 175 178 0.02 0.02 0 0.30 240 0.02 0.69
Hex AF AF B2 2 2 0 1E F0 2 45
Octal 257 257 262 2 2 0 36 360 2 105
Binary 10101111 10101111 10110010 10 10 0 11110 11110000 10 1000101

Color Harmonies of #AFAFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFB2

Black with #AFAFB2

Text Example


Text Example

White with #AFAFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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