Html Css Color HEX #AFADB6 Spun Pearl

📋 copy color: '#AFADB6'

red 175 ◦ green 173 ◦ blue 182

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

Shades of Spun Pearl #AFADB6

Tints of Spun Pearl #AFADB6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.64%

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 33.02%
G = 32.64%
B = 34.34%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AFADB6 (or 0xAFADB6) is known color: Spun Pearl. HEX triplet: AF, AD and B6. RGB value is (175,173,182). Sum of RGB (Red+Green+Blue) = 175+173+182=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADB6 is #505249. Grayscale: #AEAEAE. Windows color (decimal): -5263946 or 11972015. OLE color: 11972015.

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

Color convert

RGB 175 173 182 -
CMYK 0.04 0.05 0 0.29
HSL 253.33º 0.06% 0.7% -
HSV(B) 253.33º 0.05% 0.71% -
XYZ 41.07 42.38 50.27 -
YUV 174.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 175 173 182 0.04 0.05 0 0.29 253.33 0.06 0.7
Hex AF AD B6 4 5 0 1D FD 6 46
Octal 257 255 266 4 5 0 35 375 6 106
Binary 10101111 10101101 10110110 100 101 0 11101 11111101 110 1000110

Color Harmonies of #AFADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADB6

Black with #AFADB6

Text Example


Text Example

White with #AFADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADB6; }

 p { color: rgb(175,173,182); }

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

background-color css

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

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

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

border-color css

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

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

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