Html Css Color HEX #AA998D Zorba

📋 copy color: '#AA998D'

red 170 ◦ green 153 ◦ blue 141

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

Shades of Zorba #AA998D

Tints of Zorba #AA998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 36.64%
G = 32.97%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA998D (or 0xAA998D) is known color: Zorba. HEX triplet: AA, 99 and 8D. RGB value is (170,153,141). Sum of RGB (Red+Green+Blue) = 170+153+141=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA998D is #556672. Grayscale: #9C9C9C. Windows color (decimal): -5596787 or 9279914. OLE color: 9279914.

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

Color convert

RGB 170 153 141 -
CMYK 0 0.1 0.17 0.33
HSL 24.83º 0.15% 0.61% -
HSV(B) 24.83º 0.17% 0.67% -
XYZ 32.78 33.25 29.89 -
YUV 156.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 170 153 141 0 0.1 0.17 0.33 24.83 0.15 0.61
Hex AA 99 8D 0 A 11 21 19 F 3D
Octal 252 231 215 0 12 21 41 31 17 75
Binary 10101010 10011001 10001101 0 1010 10001 100001 11001 1111 111101

Color Harmonies of #AA998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA998D

Black with #AA998D

Text Example


Text Example

White with #AA998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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