#A3D9C4

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

Shades of Scandal #A3D9C4

Tints of Scandal #A3D9C4

Color information

#A3D9C4 (or 0xA3D9C4) is unknown color: approx Scandal. HEX triplet: A3, D9 and C4. RGB value is (163,217,196). Sum of RGB (Red+Green+Blue) = 163+217+196=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D9C4 is #5C263B. Grayscale: #C6C6C6. Windows color (decimal): -6039100 or 12900771. OLE color: 12900771.

HSL color Cylindrical-coordinate representation of color #A3D9C4: hue angle of 156.67º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3D9C4 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB163217196-
CMYK0.2500.100.15
HSL156.67º41.54%74.51%-
HSV(B)156.67º24.88%85.1%-
XYZ49.8861.461.45-
YUV198.46126.61102.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.30%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 196 (76.95% from 255) = 34.03%
R=28.30%
G=37.67%
B=34.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632171960.2500.100.15156.6741.5474.51
HexA3D9C4190AF9d2a4b
Octal243331304310121723552113
Binary10100011110110011100010011001010101111100111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D9C4; }

 p { color: rgb(163,217,196); }

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

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

 a { background-color: rgb(163,217,196); }

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

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

 span { border-color: rgb(163,217,196); }

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