#ADCAC3

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

Shades of Opal #ADCAC3

Tints of Opal #ADCAC3

Color information

#ADCAC3 (or 0xADCAC3) is unknown color: approx Opal. HEX triplet: AD, CA and C3. RGB value is (173,202,195). Sum of RGB (Red+Green+Blue) = 173+202+195=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAC3 is #52353C. Grayscale: #C0C0C0. Windows color (decimal): -5387581 or 12831405. OLE color: 12831405.

HSL color Cylindrical-coordinate representation of color #ADCAC3: hue angle of 165.52º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCAC3 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB173202195-
CMYK0.1400.030.21
HSL165.52º21.48%73.53%-
HSV(B)165.52º14.36%79.22%-
XYZ48.255.0759.72-
YUV192.53129.39114.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=30.35%
G=35.44%
B=34.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021950.1400.030.21165.5221.4873.53
HexADCAC3E0315a6154a
Octal25531230316032524625112
Binary10101101110010101100001111100111010110100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAC3; }

 p { color: rgb(173,202,195); }

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

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

 a { background-color: rgb(173,202,195); }

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

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

 span { border-color: rgb(173,202,195); }

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