Html Css Color HEX #AAB9B7 Opal

📋 copy color: '#AAB9B7'

red 170 ◦ green 185 ◦ blue 183

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

Shades of Opal #AAB9B7

Tints of Opal #AAB9B7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.39%

 BLUE value IS 183 (71.88% from 255) = 34.01%

R = 31.6%
G = 34.39%
B = 34.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#AAB9B7 (or 0xAAB9B7) is known color: Opal. HEX triplet: AA, B9 and B7. RGB value is (170,185,183). Sum of RGB (Red+Green+Blue) = 170+185+183=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9B7 is #554648. Grayscale: #B4B4B4. Windows color (decimal): -5588553 or 12040618. OLE color: 12040618.

HSL color Cylindrical-coordinate representation of color #AAB9B7: hue angle of 172º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9B7 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 183 -
CMYK 0.08 0 0.01 0.27
HSL 172º 0.1% 0.7% -
HSV(B) 172º 0.08% 0.73% -
XYZ 42.47 46.66 51.57 -
YUV 180.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 170 185 183 0.08 0 0.01 0.27 172 0.1 0.7
Hex AA B9 B7 8 0 1 1B AC A 46
Octal 252 271 267 10 0 1 33 254 12 106
Binary 10101010 10111001 10110111 1000 0 1 11011 10101100 1010 1000110

Color Harmonies of #AAB9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9B7

Black with #AAB9B7

Text Example


Text Example

White with #AAB9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9B7; }

 p { color: rgb(170,185,183); }

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

background-color css

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

 a { background-color: rgb(170,185,183); }

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

border-color css

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

 span { border-color: rgb(170,185,183); }

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