#A0DAC7

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

Shades of Scandal #A0DAC7

Tints of Scandal #A0DAC7

Color information

#A0DAC7 (or 0xA0DAC7) is unknown color: approx Scandal. HEX triplet: A0, DA and C7. RGB value is (160,218,199). Sum of RGB (Red+Green+Blue) = 160+218+199=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DAC7 is #5F2538. Grayscale: #C6C6C6. Windows color (decimal): -6235449 or 13097632. OLE color: 13097632.

HSL color Cylindrical-coordinate representation of color #A0DAC7: hue angle of 160.34º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DAC7 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB160218199-
CMYK0.2700.090.15
HSL160.34º43.94%74.12%-
HSV(B)160.34º26.61%85.49%-
XYZ49.8861.7463.32-
YUV198.49128.28100.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.73%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=27.73%
G=37.78%
B=34.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602181990.2700.090.15160.3443.9474.12
HexA0DAC71B09Fa02c4a
Octal240332307330111724054112
Binary10100000110110101100011111011010011111101000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DAC7; }

 p { color: rgb(160,218,199); }

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

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

 a { background-color: rgb(160,218,199); }

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

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

 span { border-color: rgb(160,218,199); }

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