Html Css Color HEX #A6CAC2 Opal

📋 copy color: '#A6CAC2'

red 166 ◦ green 202 ◦ blue 194

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

Shades of Opal #A6CAC2

Tints of Opal #A6CAC2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.94%

 BLUE value IS 194 (76.17% from 255) = 34.52%

R = 29.54%
G = 35.94%
B = 34.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#A6CAC2 (or 0xA6CAC2) is known color: Opal. HEX triplet: A6, CA and C2. RGB value is (166,202,194). Sum of RGB (Red+Green+Blue) = 166+202+194=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAC2 is #59353D. Grayscale: #BEBEBE. Windows color (decimal): -5846334 or 12765862. OLE color: 12765862.

HSL color Cylindrical-coordinate representation of color #A6CAC2: hue angle of 166.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CAC2 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 194 -
CMYK 0.18 0 0.04 0.21
HSL 166.67º 0.25% 0.72% -
HSV(B) 166.67º 0.18% 0.79% -
XYZ 46.58 54.24 59.05 -
YUV 190.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 166 202 194 0.18 0 0.04 0.21 166.67 0.25 0.72
Hex A6 CA C2 12 0 4 15 A7 19 48
Octal 246 312 302 22 0 4 25 247 31 110
Binary 10100110 11001010 11000010 10010 0 100 10101 10100111 11001 1001000

Color Harmonies of #A6CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CAC2

Black with #A6CAC2

Text Example


Text Example

White with #A6CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CAC2; }

 p { color: rgb(166,202,194); }

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

background-color css

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

 a { background-color: rgb(166,202,194); }

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

border-color css

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

 span { border-color: rgb(166,202,194); }

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