Html Css Color HEX #AA998E Zorba

📋 copy color: '#AA998E'

red 170 ◦ green 153 ◦ blue 142

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

Shades of Zorba #AA998E

Tints of Zorba #AA998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 36.56%
G = 32.9%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA998E (or 0xAA998E) is known color: Zorba. HEX triplet: AA, 99 and 8E. RGB value is (170,153,142). Sum of RGB (Red+Green+Blue) = 170+153+142=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA998E is #556671. Grayscale: #9C9C9C. Windows color (decimal): -5596786 or 9345450. OLE color: 9345450.

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

Color convert

RGB 170 153 142 -
CMYK 0 0.1 0.16 0.33
HSL 23.57º 0.14% 0.61% -
HSV(B) 23.57º 0.16% 0.67% -
XYZ 32.85 33.28 30.28 -
YUV 156.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 170 153 142 0 0.1 0.16 0.33 23.57 0.14 0.61
Hex AA 99 8E 0 A 10 21 18 E 3D
Octal 252 231 216 0 12 20 41 30 16 75
Binary 10101010 10011001 10001110 0 1010 10000 100001 11000 1110 111101

Color Harmonies of #AA998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA998E

Black with #AA998E

Text Example


Text Example

White with #AA998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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