Html Css Color HEX #A5A1AB Spun Pearl

📋 copy color: '#A5A1AB'

red 165 ◦ green 161 ◦ blue 171

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

Shades of Spun Pearl #A5A1AB

Tints of Spun Pearl #A5A1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.39%

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 33.2%
G = 32.39%
B = 34.41%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A5A1AB (or 0xA5A1AB) is known color: Spun Pearl. HEX triplet: A5, A1 and AB. RGB value is (165,161,171). Sum of RGB (Red+Green+Blue) = 165+161+171=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 171 - color contains mainly: blue. Hex color #A5A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A1AB is #5A5E54. Grayscale: #A3A3A3. Windows color (decimal): -5922389 or 11248037. OLE color: 11248037.

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

Color convert

RGB 165 161 171 -
CMYK 0.04 0.06 0 0.33
HSL 264º 0.06% 0.65% -
HSV(B) 264º 0.06% 0.67% -
XYZ 35.61 36.43 43.68 -
YUV 163.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 165 161 171 0.04 0.06 0 0.33 264 0.06 0.65
Hex A5 A1 AB 4 6 0 21 108 6 41
Octal 245 241 253 4 6 0 41 410 6 101
Binary 10100101 10100001 10101011 100 110 0 100001 100001000 110 1000001

Color Harmonies of #A5A1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A1AB

Black with #A5A1AB

Text Example


Text Example

White with #A5A1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A1AB; }

 p { color: rgb(165,161,171); }

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

background-color css

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

 a { background-color: rgb(165,161,171); }

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

border-color css

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

 span { border-color: rgb(165,161,171); }

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