#AAD0C6

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

Shades of Scandal #AAD0C6

Tints of Scandal #AAD0C6

Color information

#AAD0C6 (or 0xAAD0C6) is unknown color: approx Scandal. HEX triplet: AA, D0 and C6. RGB value is (170,208,198). Sum of RGB (Red+Green+Blue) = 170+208+198=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0C6 is #552F39. Grayscale: #C3C3C3. Windows color (decimal): -5582650 or 13029546. OLE color: 13029546.

HSL color Cylindrical-coordinate representation of color #AAD0C6: hue angle of 164.21º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0C6 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB170208198-
CMYK0.1800.050.18
HSL164.21º28.79%74.12%-
HSV(B)164.21º18.27%81.57%-
XYZ49.3357.7461.97-
YUV195.5129.41109.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 198 (77.73% from 255) = 34.38%
R=29.51%
G=36.11%
B=34.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081980.1800.050.18164.2128.7974.12
HexAAD0C6120512a41d4a
Octal25232030622052224435112
Binary1010101011010000110001101001001011001010100100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0C6; }

 p { color: rgb(170,208,198); }

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

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

 a { background-color: rgb(170,208,198); }

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

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

 span { border-color: rgb(170,208,198); }

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