Html Css Color HEX #A5A1B1 Spun Pearl

📋 copy color: '#A5A1B1'

red 165 ◦ green 161 ◦ blue 177

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

Shades of Spun Pearl #A5A1B1

Tints of Spun Pearl #A5A1B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 32.8%
G = 32.01%
B = 35.19%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A5A1B1 (or 0xA5A1B1) is known color: Spun Pearl. HEX triplet: A5, A1 and B1. RGB value is (165,161,177). Sum of RGB (Red+Green+Blue) = 165+161+177=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #A5A1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A1B1 is #5A5E4E. Grayscale: #A3A3A3. Windows color (decimal): -5922383 or 11641253. OLE color: 11641253.

HSL color Cylindrical-coordinate representation of color #A5A1B1: hue angle of 255º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5A1B1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 161 177 -
CMYK 0.07 0.09 0 0.31
HSL 255º 0.09% 0.66% -
HSV(B) 255º 0.09% 0.69% -
XYZ 36.2 36.66 46.76 -
YUV 164.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 165 161 177 0.07 0.09 0 0.31 255 0.09 0.66
Hex A5 A1 B1 7 9 0 1F FF 9 42
Octal 245 241 261 7 11 0 37 377 11 102
Binary 10100101 10100001 10110001 111 1001 0 11111 11111111 1001 1000010

Color Harmonies of #A5A1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A1B1

Black with #A5A1B1

Text Example


Text Example

White with #A5A1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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