#AA968A

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

Shades of Zorba #AA968A

Tints of Zorba #AA968A

Color information

#AA968A (or 0xAA968A) is unknown color: approx Zorba. HEX triplet: AA, 96 and 8A. RGB value is (170,150,138). Sum of RGB (Red+Green+Blue) = 170+150+138=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA968A is #556975. Grayscale: #9A9A9A. Windows color (decimal): -5597558 or 9082538. OLE color: 9082538.

HSL color Cylindrical-coordinate representation of color #AA968A: hue angle of 22.5º 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 #AA968A is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170150138-
CMYK00.120.190.33
HSL22.5º15.84%60.39%-
HSV(B)22.5º18.82%66.67%-
XYZ32.0732.1928.57-
YUV154.61118.63138.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=37.12%
G=32.75%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015013800.120.190.3322.515.8460.39
HexAA968A0C132117103c
Octal2522262120142341272074
Binary10101010100101101000101001100100111000011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA968A; }

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

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

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

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

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

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

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

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