#A09AB6

Color #A09AB6 Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #A09AB6

Tints of Logan #A09AB6

Color information

#A09AB6 (or 0xA09AB6) is unknown color: approx Logan. HEX triplet: A0, 9A and B6. RGB value is (160,154,182). Sum of RGB (Red+Green+Blue) = 160+154+182=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 182 - color contains mainly: blue. Hex color #A09AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AB6 is #5F6549. Grayscale: #9E9E9E. Windows color (decimal): -6251850 or 11967136. OLE color: 11967136.

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

Color convert

RGB160154182-
CMYK0.120.1500.29
HSL252.86º16.09%65.88%-
HSV(B)252.86º15.38%71.37%-
XYZ34.533.9648.99-
YUV158.99140.99128.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=32.26%
G=31.05%
B=36.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601541820.120.1500.29252.8616.0965.88
HexA09AB6CF01Dfd1042
Octal240232266141703537520102
Binary1010000010011010101101101100111101110111111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AB6; }

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

 H1.HeaderClassName
 {
   color: #A09AB6;
 }
 .AnyTagClassName
 {
   color: #A09AB6;
 }
</style>
background-color css

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

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

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

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

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

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