Html Css Color HEX #A6CAC5 Opal

📋 copy color: '#A6CAC5'

red 166 ◦ green 202 ◦ blue 197

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

Shades of Opal #A6CAC5

Tints of Opal #A6CAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 29.38%
G = 35.75%
B = 34.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#A6CAC5 (or 0xA6CAC5) is known color: Opal. HEX triplet: A6, CA and C5. RGB value is (166,202,197). Sum of RGB (Red+Green+Blue) = 166+202+197=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAC5 is #59353A. Grayscale: #BEBEBE. Windows color (decimal): -5846331 or 12962470. OLE color: 12962470.

HSL color Cylindrical-coordinate representation of color #A6CAC5: hue angle of 171.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 #A6CAC5 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 197 -
CMYK 0.18 0 0.02 0.21
HSL 171.67º 0.25% 0.72% -
HSV(B) 171.67º 0.18% 0.79% -
XYZ 46.92 54.38 60.85 -
YUV 190.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 166 202 197 0.18 0 0.02 0.21 171.67 0.25 0.72
Hex A6 CA C5 12 0 2 15 AC 19 48
Octal 246 312 305 22 0 2 25 254 31 110
Binary 10100110 11001010 11000101 10010 0 10 10101 10101100 11001 1001000

Color Harmonies of #A6CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CAC5

Black with #A6CAC5

Text Example


Text Example

White with #A6CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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