Html Css Color HEX #A6C6C0 Opal

📋 copy color: '#A6C6C0'

red 166 ◦ green 198 ◦ blue 192

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

Shades of Opal #A6C6C0

Tints of Opal #A6C6C0

RGB

 RED value IS 166 (65.23% from 255) = 29.86%

 GREEN value IS 198 (77.73% from 255) = 35.61%

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 29.86%
G = 35.61%
B = 34.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#A6C6C0 (or 0xA6C6C0) is known color: Opal. HEX triplet: A6, C6 and C0. RGB value is (166,198,192). Sum of RGB (Red+Green+Blue) = 166+198+192=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C6C0 is #59393F. Grayscale: #BBBBBB. Windows color (decimal): -5847360 or 12633766. OLE color: 12633766.

HSL color Cylindrical-coordinate representation of color #A6C6C0: hue angle of 168.75º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C6C0 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 192 -
CMYK 0.16 0 0.03 0.22
HSL 168.75º 0.22% 0.71% -
HSV(B) 168.75º 0.16% 0.78% -
XYZ 45.43 52.3 57.57 -
YUV 187.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 166 198 192 0.16 0 0.03 0.22 168.75 0.22 0.71
Hex A6 C6 C0 10 0 3 16 A9 16 47
Octal 246 306 300 20 0 3 26 251 26 107
Binary 10100110 11000110 11000000 10000 0 11 10110 10101001 10110 1000111

Color Harmonies of #A6C6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C6C0

Black with #A6C6C0

Text Example


Text Example

White with #A6C6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C6C0; }

 p { color: rgb(166,198,192); }

 H1.HeaderClassName
 {
   color: #A6C6C0;
 }
 .AnyTagClassName
 {
   color: #A6C6C0;
 }
</style>

background-color css

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

 a { background-color: rgb(166,198,192); }

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

border-color css

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

 span { border-color: rgb(166,198,192); }

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