Html Css Color HEX #A5A3AC Spun Pearl

📋 copy color: '#A5A3AC'

red 165 ◦ green 163 ◦ blue 172

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

Shades of Spun Pearl #A5A3AC

Tints of Spun Pearl #A5A3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.6%

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

R = 33%
G = 32.6%
B = 34.4%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A5A3AC (or 0xA5A3AC) is known color: Spun Pearl. HEX triplet: A5, A3 and AC. RGB value is (165,163,172). Sum of RGB (Red+Green+Blue) = 165+163+172=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: blue. Hex color #A5A3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A3AC is #5A5C53. Grayscale: #A4A4A4. Windows color (decimal): -5921876 or 11314085. OLE color: 11314085.

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

Color convert

RGB 165 163 172 -
CMYK 0.04 0.05 0 0.33
HSL 253.33º 0.05% 0.66% -
HSV(B) 253.33º 0.05% 0.67% -
XYZ 36.06 37.17 44.3 -
YUV 164.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 165 163 172 0.04 0.05 0 0.33 253.33 0.05 0.66
Hex A5 A3 AC 4 5 0 21 FD 5 42
Octal 245 243 254 4 5 0 41 375 5 102
Binary 10100101 10100011 10101100 100 101 0 100001 11111101 101 1000010

Color Harmonies of #A5A3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A3AC

Black with #A5A3AC

Text Example


Text Example

White with #A5A3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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