#A7DACA

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

Shades of Scandal #A7DACA

Tints of Scandal #A7DACA

Color information

#A7DACA (or 0xA7DACA) is unknown color: approx Scandal. HEX triplet: A7, DA and CA. RGB value is (167,218,202). Sum of RGB (Red+Green+Blue) = 167+218+202=587 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.45% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DACA is #582535. Grayscale: #C8C8C8. Windows color (decimal): -5776694 or 13294247. OLE color: 13294247.

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

Color convert

RGB167218202-
CMYK0.2300.070.15
HSL161.18º40.8%75.49%-
HSV(B)161.18º23.39%85.49%-
XYZ51.6762.6265.24-
YUV200.93128.6103.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.45%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=28.45%
G=37.14%
B=34.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672182020.2300.070.15161.1840.875.49
HexA7DACA1707Fa1294b
Octal24733231227071724151113
Binary1010011111011010110010101011101111111101000011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DACA; }

 p { color: rgb(167,218,202); }

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

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

 a { background-color: rgb(167,218,202); }

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

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

 span { border-color: rgb(167,218,202); }

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