Html Css Color HEX #AFAFB0 Spun Pearl

📋 copy color: '#AFAFB0'

red 175 ◦ green 175 ◦ blue 176

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

Shades of Spun Pearl #AFAFB0

Tints of Spun Pearl #AFAFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 33.27%
G = 33.27%
B = 33.46%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFAFB0 (or 0xAFAFB0) is known color: Spun Pearl. HEX triplet: AF, AF and B0. RGB value is (175,175,176). Sum of RGB (Red+Green+Blue) = 175+175+176=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFB0 is #50504F. Grayscale: #AFAFAF. Windows color (decimal): -5263440 or 11579311. OLE color: 11579311.

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

Color convert

RGB 175 175 176 -
CMYK 0.01 0.01 0 0.31
HSL 240º 0.01% 0.69% -
HSV(B) 240º 0.01% 0.69% -
XYZ 40.85 42.91 47.2 -
YUV 175.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 175 175 176 0.01 0.01 0 0.31 240 0.01 0.69
Hex AF AF B0 1 1 0 1F F0 1 45
Octal 257 257 260 1 1 0 37 360 1 105
Binary 10101111 10101111 10110000 1 1 0 11111 11110000 1 1000101

Color Harmonies of #AFAFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFB0

Black with #AFAFB0

Text Example


Text Example

White with #AFAFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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