#AA998A

Color #AA998A Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #AA998A

Tints of Zorba #AA998A

Color information

#AA998A (or 0xAA998A) is unknown color: approx Zorba. HEX triplet: AA, 99 and 8A. RGB value is (170,153,138). Sum of RGB (Red+Green+Blue) = 170+153+138=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA998A is #556675. Grayscale: #9C9C9C. Windows color (decimal): -5596790 or 9083306. OLE color: 9083306.

HSL color Cylindrical-coordinate representation of color #AA998A: hue angle of 28.13º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA998A is Cyan = 0, Magento = 0.1, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170153138-
CMYK00.10.190.33
HSL28.13º15.84%60.39%-
HSV(B)28.13º18.82%66.67%-
XYZ32.5633.1628.73-
YUV156.37117.63137.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=36.88%
G=33.19%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015313800.10.190.3328.1315.8460.39
HexAA998A0A13211c103c
Octal2522312120122341342074
Binary10101010100110011000101001010100111000011110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA998A; }

 p { color: rgb(170,153,138); }

 H1.HeaderClassName
 {
   color: #AA998A;
 }
 .AnyTagClassName
 {
   color: #AA998A;
 }
</style>
background-color css

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

 a { background-color: rgb(170,153,138); }

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

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

 span { border-color: rgb(170,153,138); }

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