Html Css Color HEX #A5A0B6 Spun Pearl

📋 copy color: '#A5A0B6'

red 165 ◦ green 160 ◦ blue 182

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

Shades of Spun Pearl #A5A0B6

Tints of Spun Pearl #A5A0B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 32.54%
G = 31.56%
B = 35.9%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A5A0B6 (or 0xA5A0B6) is known color: Spun Pearl. HEX triplet: A5, A0 and B6. RGB value is (165,160,182). Sum of RGB (Red+Green+Blue) = 165+160+182=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #A5A0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0B6 is #5A5F49. Grayscale: #A3A3A3. Windows color (decimal): -5922634 or 11968677. OLE color: 11968677.

HSL color Cylindrical-coordinate representation of color #A5A0B6: hue angle of 253.64º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5A0B6 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 160 182 -
CMYK 0.09 0.12 0 0.29
HSL 253.64º 0.13% 0.67% -
HSV(B) 253.64º 0.12% 0.71% -
XYZ 36.53 36.52 49.38 -
YUV 164 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 165 160 182 0.09 0.12 0 0.29 253.64 0.13 0.67
Hex A5 A0 B6 9 C 0 1D FE D 43
Octal 245 240 266 11 14 0 35 376 15 103
Binary 10100101 10100000 10110110 1001 1100 0 11101 11111110 1101 1000011

Color Harmonies of #A5A0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A0B6

Black with #A5A0B6

Text Example


Text Example

White with #A5A0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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