#AACADC

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

Shades of French Pass #AACADC

Tints of French Pass #AACADC

Color information

#AACADC (or 0xAACADC) is unknown color: approx French Pass. HEX triplet: AA, CA and DC. RGB value is (170,202,220). Sum of RGB (Red+Green+Blue) = 170+202+220=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #AACADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACADC is #553523. Grayscale: #C2C2C2. Windows color (decimal): -5584164 or 14469802. OLE color: 14469802.

HSL color Cylindrical-coordinate representation of color #AACADC: hue angle of 201.6º 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 #AACADC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170202220-
CMYK0.230.0800.14
HSL201.6º41.67%76.47%-
HSV(B)201.6º22.73%86.27%-
XYZ50.6255.9575.84-
YUV194.48142.4110.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=28.72%
G=34.12%
B=37.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702022200.230.0800.14201.641.6776.47
HexAACADC1780Eca2a4c
Octal252312334271001631252114
Binary10101010110010101101110010111100001110110010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACADC; }

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

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

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

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

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

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

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

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