Html Css Color HEX #ADAAB3 Spun Pearl

📋 copy color: '#ADAAB3'

red 173 ◦ green 170 ◦ blue 179

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

Shades of Spun Pearl #ADAAB3

Tints of Spun Pearl #ADAAB3

RGB

 RED value IS 173 (67.97% from 255) = 33.14%

 GREEN value IS 170 (66.8% from 255) = 32.57%

 BLUE value IS 179 (70.31% from 255) = 34.29%

R = 33.14%
G = 32.57%
B = 34.29%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ADAAB3 (or 0xADAAB3) is known color: Spun Pearl. HEX triplet: AD, AA and B3. RGB value is (173,170,179). Sum of RGB (Red+Green+Blue) = 173+170+179=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADAAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB3 is #52554C. Grayscale: #ABABAB. Windows color (decimal): -5395789 or 11774637. OLE color: 11774637.

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

Color convert

RGB 173 170 179 -
CMYK 0.03 0.05 0 0.30
HSL 260º 0.06% 0.68% -
HSV(B) 260º 0.05% 0.7% -
XYZ 39.74 40.89 48.45 -
YUV 171.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 173 170 179 0.03 0.05 0 0.30 260 0.06 0.68
Hex AD AA B3 3 5 0 1E 104 6 44
Octal 255 252 263 3 5 0 36 404 6 104
Binary 10101101 10101010 10110011 11 101 0 11110 100000100 110 1000100

Color Harmonies of #ADAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAB3

Black with #ADAAB3

Text Example


Text Example

White with #ADAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAB3; }

 p { color: rgb(173,170,179); }

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

background-color css

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

 a { background-color: rgb(173,170,179); }

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

border-color css

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

 span { border-color: rgb(173,170,179); }

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