Html Css Color HEX #ADACB1 Spun Pearl

📋 copy color: '#ADACB1'

red 173 ◦ green 172 ◦ blue 177

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

Shades of Spun Pearl #ADACB1

Tints of Spun Pearl #ADACB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.91%

R = 33.14%
G = 32.95%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADACB1 (or 0xADACB1) is known color: Spun Pearl. HEX triplet: AD, AC and B1. RGB value is (173,172,177). Sum of RGB (Red+Green+Blue) = 173+172+177=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACB1 is #52534E. Grayscale: #ACACAC. Windows color (decimal): -5395279 or 11644077. OLE color: 11644077.

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

Color convert

RGB 173 172 177 -
CMYK 0.02 0.03 0 0.31
HSL 252º 0.03% 0.68% -
HSV(B) 252º 0.03% 0.69% -
XYZ 39.92 41.56 47.51 -
YUV 172.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 173 172 177 0.02 0.03 0 0.31 252 0.03 0.68
Hex AD AC B1 2 3 0 1F FC 3 44
Octal 255 254 261 2 3 0 37 374 3 104
Binary 10101101 10101100 10110001 10 11 0 11111 11111100 11 1000100

Color Harmonies of #ADACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACB1

Black with #ADACB1

Text Example


Text Example

White with #ADACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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