Html Css Color HEX #AABAB7 Opal

📋 copy color: '#AABAB7'

red 170 ◦ green 186 ◦ blue 183

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

Shades of Opal #AABAB7

Tints of Opal #AABAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.51%

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

R = 31.54%
G = 34.51%
B = 33.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#AABAB7 (or 0xAABAB7) is known color: Opal. HEX triplet: AA, BA and B7. RGB value is (170,186,183). Sum of RGB (Red+Green+Blue) = 170+186+183=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAB7 is #554548. Grayscale: #B4B4B4. Windows color (decimal): -5588297 or 12040874. OLE color: 12040874.

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

Color convert

RGB 170 186 183 -
CMYK 0.09 0 0.02 0.27
HSL 168.75º 0.1% 0.7% -
HSV(B) 168.75º 0.09% 0.73% -
XYZ 42.68 47.08 51.64 -
YUV 180.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 170 186 183 0.09 0 0.02 0.27 168.75 0.1 0.7
Hex AA BA B7 9 0 2 1B A9 A 46
Octal 252 272 267 11 0 2 33 251 12 106
Binary 10101010 10111010 10110111 1001 0 10 11011 10101001 1010 1000110

Color Harmonies of #AABAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAB7

Black with #AABAB7

Text Example


Text Example

White with #AABAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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