Html Css Color HEX #A09EAB Spun Pearl

📋 copy color: '#A09EAB'

red 160 ◦ green 158 ◦ blue 171

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

Shades of Spun Pearl #A09EAB

Tints of Spun Pearl #A09EAB

RGB

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

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

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

R = 32.72%
G = 32.31%
B = 34.97%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A09EAB (or 0xA09EAB) is known color: Spun Pearl. HEX triplet: A0, 9E and AB. RGB value is (160,158,171). Sum of RGB (Red+Green+Blue) = 160+158+171=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #A09EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09EAB is #5F6154. Grayscale: #A0A0A0. Windows color (decimal): -6250837 or 11247264. OLE color: 11247264.

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

Color convert

RGB 160 158 171 -
CMYK 0.06 0.08 0 0.33
HSL 249.23º 0.07% 0.65% -
HSV(B) 249.23º 0.08% 0.67% -
XYZ 34.07 34.87 43.46 -
YUV 160.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 160 158 171 0.06 0.08 0 0.33 249.23 0.07 0.65
Hex A0 9E AB 6 8 0 21 F9 7 41
Octal 240 236 253 6 10 0 41 371 7 101
Binary 10100000 10011110 10101011 110 1000 0 100001 11111001 111 1000001

Color Harmonies of #A09EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EAB

Black with #A09EAB

Text Example


Text Example

White with #A09EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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