Html Css Color HEX #ADAAB4 Spun Pearl

📋 copy color: '#ADAAB4'

red 173 ◦ green 170 ◦ blue 180

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

Shades of Spun Pearl #ADAAB4

Tints of Spun Pearl #ADAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 33.08%
G = 32.5%
B = 34.42%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADAAB4 (or 0xADAAB4) is known color: Spun Pearl. HEX triplet: AD, AA and B4. RGB value is (173,170,180). Sum of RGB (Red+Green+Blue) = 173+170+180=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADAAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB4 is #52554B. Grayscale: #ACACAC. Windows color (decimal): -5395788 or 11840173. OLE color: 11840173.

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

Color convert

RGB 173 170 180 -
CMYK 0.04 0.06 0 0.29
HSL 258º 0.06% 0.69% -
HSV(B) 258º 0.06% 0.71% -
XYZ 39.85 40.93 48.98 -
YUV 172.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 173 170 180 0.04 0.06 0 0.29 258 0.06 0.69
Hex AD AA B4 4 6 0 1D 102 6 45
Octal 255 252 264 4 6 0 35 402 6 105
Binary 10101101 10101010 10110100 100 110 0 11101 100000010 110 1000101

Color Harmonies of #ADAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAB4

Black with #ADAAB4

Text Example


Text Example

White with #ADAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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