Html Css Color HEX #A4A0A9 Spun Pearl

📋 copy color: '#A4A0A9'

red 164 ◦ green 160 ◦ blue 169

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

Shades of Spun Pearl #A4A0A9

Tints of Spun Pearl #A4A0A9

RGB

 RED value IS 164 (64.45% from 255) = 33.27%

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

 BLUE value IS 169 (66.41% from 255) = 34.28%

R = 33.27%
G = 32.45%
B = 34.28%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A4A0A9 (or 0xA4A0A9) is known color: Spun Pearl. HEX triplet: A4, A0 and A9. RGB value is (164,160,169). Sum of RGB (Red+Green+Blue) = 164+160+169=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 169 - color contains mainly: blue. Hex color #A4A0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A0A9 is #5B5F56. Grayscale: #A2A2A2. Windows color (decimal): -5988183 or 11116708. OLE color: 11116708.

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

Color convert

RGB 164 160 169 -
CMYK 0.03 0.05 0 0.34
HSL 266.67º 0.05% 0.65% -
HSV(B) 266.67º 0.05% 0.66% -
XYZ 35.04 35.9 42.62 -
YUV 162.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 164 160 169 0.03 0.05 0 0.34 266.67 0.05 0.65
Hex A4 A0 A9 3 5 0 22 10B 5 41
Octal 244 240 251 3 5 0 42 413 5 101
Binary 10100100 10100000 10101001 11 101 0 100010 100001011 101 1000001

Color Harmonies of #A4A0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A0A9

Black with #A4A0A9

Text Example


Text Example

White with #A4A0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A0A9; }

 p { color: rgb(164,160,169); }

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

background-color css

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

 a { background-color: rgb(164,160,169); }

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

border-color css

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

 span { border-color: rgb(164,160,169); }

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