Html Css Color HEX #ADACAF Spun Pearl

📋 copy color: '#ADACAF'

red 173 ◦ green 172 ◦ blue 175

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

Shades of Spun Pearl #ADACAF

Tints of Spun Pearl #ADACAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 33.27%
G = 33.08%
B = 33.65%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADACAF (or 0xADACAF) is known color: Spun Pearl. HEX triplet: AD, AC and AF. RGB value is (173,172,175). Sum of RGB (Red+Green+Blue) = 173+172+175=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACAF is #525350. Grayscale: #ACACAC. Windows color (decimal): -5395281 or 11513005. OLE color: 11513005.

HSL color Cylindrical-coordinate representation of color #ADACAF: hue angle of 260º 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 #ADACAF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 172 175 -
CMYK 0.01 0.02 0 0.31
HSL 260º 0.02% 0.68% -
HSV(B) 260º 0.02% 0.69% -
XYZ 39.72 41.48 46.47 -
YUV 172.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 173 172 175 0.01 0.02 0 0.31 260 0.02 0.68
Hex AD AC AF 1 2 0 1F 104 2 44
Octal 255 254 257 1 2 0 37 404 2 104
Binary 10101101 10101100 10101111 1 10 0 11111 100000100 10 1000100

Color Harmonies of #ADACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACAF

Black with #ADACAF

Text Example


Text Example

White with #ADACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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