Html Css Color HEX #AA988B Zorba

📋 copy color: '#AA988B'

red 170 ◦ green 152 ◦ blue 139

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

Shades of Zorba #AA988B

Tints of Zorba #AA988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.97%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 36.88%
G = 32.97%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA988B (or 0xAA988B) is known color: Zorba. HEX triplet: AA, 98 and 8B. RGB value is (170,152,139). Sum of RGB (Red+Green+Blue) = 170+152+139=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA988B is #556774. Grayscale: #9B9B9B. Windows color (decimal): -5597045 or 9148586. OLE color: 9148586.

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

Color convert

RGB 170 152 139 -
CMYK 0 0.11 0.18 0.33
HSL 25.16º 0.15% 0.61% -
HSV(B) 25.16º 0.18% 0.67% -
XYZ 32.47 32.87 29.06 -
YUV 155.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 170 152 139 0 0.11 0.18 0.33 25.16 0.15 0.61
Hex AA 98 8B 0 B 12 21 19 F 3D
Octal 252 230 213 0 13 22 41 31 17 75
Binary 10101010 10011000 10001011 0 1011 10010 100001 11001 1111 111101

Color Harmonies of #AA988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA988B

Black with #AA988B

Text Example


Text Example

White with #AA988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA988B; }

 p { color: rgb(170,152,139); }

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

background-color css

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

 a { background-color: rgb(170,152,139); }

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

border-color css

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

 span { border-color: rgb(170,152,139); }

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