Html Css Color HEX #AAA8A7 Martini

📋 copy color: '#AAA8A7'

red 170 ◦ green 168 ◦ blue 167

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

Shades of Martini #AAA8A7

Tints of Martini #AAA8A7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.27%

 BLUE value IS 167 (65.63% from 255) = 33.07%

R = 33.66%
G = 33.27%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AAA8A7 (or 0xAAA8A7) is known color: Martini. HEX triplet: AA, A8 and A7. RGB value is (170,168,167). Sum of RGB (Red+Green+Blue) = 170+168+167=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA8A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8A7 is #555758. Grayscale: #A8A8A8. Windows color (decimal): -5592921 or 10987690. OLE color: 10987690.

HSL color Cylindrical-coordinate representation of color #AAA8A7: hue angle of 20º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAA8A7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 167 -
CMYK 0 0.01 0.02 0.33
HSL 20º 0.02% 0.66% -
HSV(B) 20º 0.02% 0.67% -
XYZ 37.56 39.34 42.17 -
YUV 168.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 170 168 167 0 0.01 0.02 0.33 20 0.02 0.66
Hex AA A8 A7 0 1 2 21 14 2 42
Octal 252 250 247 0 1 2 41 24 2 102
Binary 10101010 10101000 10100111 0 1 10 100001 10100 10 1000010

Color Harmonies of #AAA8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA8A7

Black with #AAA8A7

Text Example


Text Example

White with #AAA8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA8A7; }

 p { color: rgb(170,168,167); }

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

background-color css

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

 a { background-color: rgb(170,168,167); }

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

border-color css

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

 span { border-color: rgb(170,168,167); }

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