Html Css Color HEX #A5A0AC Spun Pearl

📋 copy color: '#A5A0AC'

red 165 ◦ green 160 ◦ blue 172

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

Shades of Spun Pearl #A5A0AC

Tints of Spun Pearl #A5A0AC

RGB

 RED value IS 165 (64.84% from 255) = 33.2%

 GREEN value IS 160 (62.89% from 255) = 32.19%

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 33.2%
G = 32.19%
B = 34.61%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A5A0AC (or 0xA5A0AC) is known color: Spun Pearl. HEX triplet: A5, A0 and AC. RGB value is (165,160,172). Sum of RGB (Red+Green+Blue) = 165+160+172=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: blue. Hex color #A5A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A0AC is #5A5F53. Grayscale: #A2A2A2. Windows color (decimal): -5922644 or 11313317. OLE color: 11313317.

HSL color Cylindrical-coordinate representation of color #A5A0AC: hue angle of 265º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5A0AC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 160 172 -
CMYK 0.04 0.07 0 0.33
HSL 265º 0.07% 0.65% -
HSV(B) 265º 0.07% 0.67% -
XYZ 35.53 36.12 44.13 -
YUV 162.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 165 160 172 0.04 0.07 0 0.33 265 0.07 0.65
Hex A5 A0 AC 4 7 0 21 109 7 41
Octal 245 240 254 4 7 0 41 411 7 101
Binary 10100101 10100000 10101100 100 111 0 100001 100001001 111 1000001

Color Harmonies of #A5A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A0AC

Black with #A5A0AC

Text Example


Text Example

White with #A5A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A0AC; }

 p { color: rgb(165,160,172); }

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

background-color css

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

 a { background-color: rgb(165,160,172); }

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

border-color css

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

 span { border-color: rgb(165,160,172); }

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