Html Css Color HEX #AFAFBD Spun Pearl

📋 copy color: '#AFAFBD'

red 175 ◦ green 175 ◦ blue 189

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

Shades of Spun Pearl #AFAFBD

Tints of Spun Pearl #AFAFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 32.47%
G = 32.47%
B = 35.06%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFAFBD (or 0xAFAFBD) is known color: Spun Pearl. HEX triplet: AF, AF and BD. RGB value is (175,175,189). Sum of RGB (Red+Green+Blue) = 175+175+189=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFBD is #505042. Grayscale: #B0B0B0. Windows color (decimal): -5263427 or 12431279. OLE color: 12431279.

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

Color convert

RGB 175 175 189 -
CMYK 0.07 0.07 0 0.26
HSL 240º 0.1% 0.71% -
HSV(B) 240º 0.07% 0.74% -
XYZ 42.19 43.45 54.31 -
YUV 176.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 175 175 189 0.07 0.07 0 0.26 240 0.1 0.71
Hex AF AF BD 7 7 0 1A F0 A 47
Octal 257 257 275 7 7 0 32 360 12 107
Binary 10101111 10101111 10111101 111 111 0 11010 11110000 1010 1000111

Color Harmonies of #AFAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFBD

Black with #AFAFBD

Text Example


Text Example

White with #AFAFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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