#A099B6

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

Shades of Logan #A099B6

Tints of Logan #A099B6

Color information

#A099B6 (or 0xA099B6) is unknown color: approx Logan. HEX triplet: A0, 99 and B6. RGB value is (160,153,182). Sum of RGB (Red+Green+Blue) = 160+153+182=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #A099B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099B6 is #5F6649. Grayscale: #9E9E9E. Windows color (decimal): -6252106 or 11966880. OLE color: 11966880.

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

Color convert

RGB160153182-
CMYK0.120.1600.29
HSL254.48º16.57%65.69%-
HSV(B)254.48º15.93%71.37%-
XYZ34.3333.6348.94-
YUV158.4141.32129.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=32.32%
G=30.91%
B=36.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601531820.120.1600.29254.4816.5765.69
HexA099B6C1001Dfe1142
Octal240231266142003537621102
Binary10100000100110011011011011001000001110111111110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099B6; }

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

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

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

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

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

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

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

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