Html Css Color HEX #ADAABB Spun Pearl

📋 copy color: '#ADAABB'

red 173 ◦ green 170 ◦ blue 187

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

Shades of Spun Pearl #ADAABB

Tints of Spun Pearl #ADAABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 32.64%
G = 32.08%
B = 35.28%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADAABB (or 0xADAABB) is known color: Spun Pearl. HEX triplet: AD, AA and BB. RGB value is (173,170,187). Sum of RGB (Red+Green+Blue) = 173+170+187=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAABB is #525544. Grayscale: #ACACAC. Windows color (decimal): -5395781 or 12298925. OLE color: 12298925.

HSL color Cylindrical-coordinate representation of color #ADAABB: hue angle of 250.59º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADAABB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 170 187 -
CMYK 0.07 0.09 0 0.27
HSL 250.59º 0.11% 0.7% -
HSV(B) 250.59º 0.09% 0.73% -
XYZ 40.58 41.22 52.83 -
YUV 172.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 173 170 187 0.07 0.09 0 0.27 250.59 0.11 0.7
Hex AD AA BB 7 9 0 1B FB B 46
Octal 255 252 273 7 11 0 33 373 13 106
Binary 10101101 10101010 10111011 111 1001 0 11011 11111011 1011 1000110

Color Harmonies of #ADAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAABB

Black with #ADAABB

Text Example


Text Example

White with #ADAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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