#A9DCCA

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

Shades of Scandal #A9DCCA

Tints of Scandal #A9DCCA

Color information

#A9DCCA (or 0xA9DCCA) is unknown color: approx Scandal. HEX triplet: A9, DC and CA. RGB value is (169,220,202). Sum of RGB (Red+Green+Blue) = 169+220+202=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCCA is #562335. Grayscale: #CACACA. Windows color (decimal): -5645110 or 13294761. OLE color: 13294761.

HSL color Cylindrical-coordinate representation of color #A9DCCA: hue angle of 158.82º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCCA is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB169220202-
CMYK0.2300.080.14
HSL158.82º42.15%76.27%-
HSV(B)158.82º23.18%86.27%-
XYZ52.6263.8965.44-
YUV202.7127.6103.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.60%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=28.60%
G=37.23%
B=34.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202020.2300.080.14158.8242.1576.27
HexA9DCCA1708E9f2a4c
Octal251334312270101623752114
Binary10101001110111001100101010111010001110100111111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCCA; }

 p { color: rgb(169,220,202); }

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

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

 a { background-color: rgb(169,220,202); }

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

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

 span { border-color: rgb(169,220,202); }

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