Html Css Color HEX #A09EA4 Spun Pearl

📋 copy color: '#A09EA4'

red 160 ◦ green 158 ◦ blue 164

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

Shades of Spun Pearl #A09EA4

Tints of Spun Pearl #A09EA4

RGB

 RED value IS 160 (62.89% from 255) = 33.2%

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 33.2%
G = 32.78%
B = 34.02%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A09EA4 (or 0xA09EA4) is known color: Spun Pearl. HEX triplet: A0, 9E and A4. RGB value is (160,158,164). Sum of RGB (Red+Green+Blue) = 160+158+164=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 164 - color contains mainly: blue. Hex color #A09EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09EA4 is #5F615B. Grayscale: #9F9F9F. Windows color (decimal): -6250844 or 10788512. OLE color: 10788512.

HSL color Cylindrical-coordinate representation of color #A09EA4: hue angle of 260º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A09EA4 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 158 164 -
CMYK 0.02 0.04 0 0.36
HSL 260º 0.03% 0.63% -
HSV(B) 260º 0.04% 0.64% -
XYZ 33.42 34.61 40.04 -
YUV 159.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 160 158 164 0.02 0.04 0 0.36 260 0.03 0.63
Hex A0 9E A4 2 4 0 24 104 3 3F
Octal 240 236 244 2 4 0 44 404 3 77
Binary 10100000 10011110 10100100 10 100 0 100100 100000100 11 111111

Color Harmonies of #A09EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EA4

Black with #A09EA4

Text Example


Text Example

White with #A09EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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