Html Css Color HEX #A59FAE Spun Pearl

📋 copy color: '#A59FAE'

red 165 ◦ green 159 ◦ blue 174

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

Shades of Spun Pearl #A59FAE

Tints of Spun Pearl #A59FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.93%

 BLUE value IS 174 (68.36% from 255) = 34.94%

R = 33.13%
G = 31.93%
B = 34.94%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A59FAE (or 0xA59FAE) is known color: Spun Pearl. HEX triplet: A5, 9F and AE. RGB value is (165,159,174). Sum of RGB (Red+Green+Blue) = 165+159+174=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #A59FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59FAE is #5A6051. Grayscale: #A2A2A2. Windows color (decimal): -5922898 or 11444133. OLE color: 11444133.

HSL color Cylindrical-coordinate representation of color #A59FAE: hue angle of 264º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59FAE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 159 174 -
CMYK 0.05 0.09 0 0.32
HSL 264º 0.08% 0.65% -
HSV(B) 264º 0.09% 0.68% -
XYZ 35.56 35.85 45.09 -
YUV 162.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 165 159 174 0.05 0.09 0 0.32 264 0.08 0.65
Hex A5 9F AE 5 9 0 20 108 8 41
Octal 245 237 256 5 11 0 40 410 10 101
Binary 10100101 10011111 10101110 101 1001 0 100000 100001000 1000 1000001

Color Harmonies of #A59FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FAE

Black with #A59FAE

Text Example


Text Example

White with #A59FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FAE; }

 p { color: rgb(165,159,174); }

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

background-color css

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

 a { background-color: rgb(165,159,174); }

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

border-color css

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

 span { border-color: rgb(165,159,174); }

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