Html Css Color HEX #ADCAC3 Opal

📋 copy color: '#ADCAC3'

red 173 ◦ green 202 ◦ blue 195

#ADCAC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opal #ADCAC3

Tints of Opal #ADCAC3

RGB

 RED value IS 173 (67.97% from 255) = 30.35%

 GREEN value IS 202 (79.3% 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 value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#ADCAC3 (or 0xADCAC3) is known color: 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

RGB 173 202 195 -
CMYK 0.14 0 0.03 0.21
HSL 165.52º 0.21% 0.74% -
HSV(B) 165.52º 0.14% 0.79% -
XYZ 48.2 55.07 59.72 -
YUV 192.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 173 202 195 0.14 0 0.03 0.21 165.52 0.21 0.74
Hex AD CA C3 E 0 3 15 A6 15 4A
Octal 255 312 303 16 0 3 25 246 25 112
Binary 10101101 11001010 11000011 1110 0 11 10101 10100110 10101 1001010

Color Harmonies of #ADCAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAC3

Black with #ADCAC3

Text Example


Text Example

White with #ADCAC3

Text Example


Text Example

HTML Codes & Css Web 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>