#ADCAC4

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

Shades of Opal #ADCAC4

Tints of Opal #ADCAC4

Color information

#ADCAC4 (or 0xADCAC4) is unknown color: approx Opal. HEX triplet: AD, CA and C4. RGB value is (173,202,196). Sum of RGB (Red+Green+Blue) = 173+202+196=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAC4 is #52353B. Grayscale: #C0C0C0. Windows color (decimal): -5387580 or 12896941. OLE color: 12896941.

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

Color convert

RGB173202196-
CMYK0.1400.030.21
HSL167.59º21.48%73.53%-
HSV(B)167.59º14.36%79.22%-
XYZ48.3255.1160.32-
YUV192.64129.89113.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=30.30%
G=35.38%
B=34.33%

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
Decimal1732021960.1400.030.21167.5921.4873.53
HexADCAC4E0315a8154a
Octal25531230416032525025112
Binary10101101110010101100010011100111010110101000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAC4; }

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

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

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

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

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

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

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

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