Html Css Color HEX #AAC6BA Opal

📋 copy color: '#AAC6BA'

red 170 ◦ green 198 ◦ blue 186

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

Shades of Opal #AAC6BA

Tints of Opal #AAC6BA

RGB

 RED value IS 170 (66.8% from 255) = 30.69%

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

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 30.69%
G = 35.74%
B = 33.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#AAC6BA (or 0xAAC6BA) is known color: Opal. HEX triplet: AA, C6 and BA. RGB value is (170,198,186). Sum of RGB (Red+Green+Blue) = 170+198+186=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6BA is #553945. Grayscale: #BCBCBC. Windows color (decimal): -5585222 or 12240554. OLE color: 12240554.

HSL color Cylindrical-coordinate representation of color #AAC6BA: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC6BA is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 186 -
CMYK 0.14 0 0.06 0.22
HSL 154.29º 0.2% 0.72% -
HSV(B) 154.29º 0.14% 0.78% -
XYZ 45.63 52.48 54.18 -
YUV 188.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 170 198 186 0.14 0 0.06 0.22 154.29 0.2 0.72
Hex AA C6 BA E 0 6 16 9A 14 48
Octal 252 306 272 16 0 6 26 232 24 110
Binary 10101010 11000110 10111010 1110 0 110 10110 10011010 10100 1001000

Color Harmonies of #AAC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC6BA

Black with #AAC6BA

Text Example


Text Example

White with #AAC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC6BA; }

 p { color: rgb(170,198,186); }

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

background-color css

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

 a { background-color: rgb(170,198,186); }

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

border-color css

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

 span { border-color: rgb(170,198,186); }

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