Html Css Color HEX #ADACB0 Spun Pearl

📋 copy color: '#ADACB0'

red 173 ◦ green 172 ◦ blue 176

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

Shades of Spun Pearl #ADACB0

Tints of Spun Pearl #ADACB0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.01%

 BLUE value IS 176 (69.14% from 255) = 33.78%

R = 33.21%
G = 33.01%
B = 33.78%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADACB0 (or 0xADACB0) is known color: Spun Pearl. HEX triplet: AD, AC and B0. RGB value is (173,172,176). Sum of RGB (Red+Green+Blue) = 173+172+176=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACB0 is #52534F. Grayscale: #ACACAC. Windows color (decimal): -5395280 or 11578541. OLE color: 11578541.

HSL color Cylindrical-coordinate representation of color #ADACB0: hue angle of 255º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADACB0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 172 176 -
CMYK 0.02 0.02 0 0.31
HSL 255º 0.02% 0.68% -
HSV(B) 255º 0.02% 0.69% -
XYZ 39.82 41.52 46.99 -
YUV 172.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 173 172 176 0.02 0.02 0 0.31 255 0.02 0.68
Hex AD AC B0 2 2 0 1F FF 2 44
Octal 255 254 260 2 2 0 37 377 2 104
Binary 10101101 10101100 10110000 10 10 0 11111 11111111 10 1000100

Color Harmonies of #ADACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACB0

Black with #ADACB0

Text Example


Text Example

White with #ADACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACB0; }

 p { color: rgb(173,172,176); }

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

background-color css

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

 a { background-color: rgb(173,172,176); }

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

border-color css

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

 span { border-color: rgb(173,172,176); }

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