Html Css Color HEX #AA9487 Zorba

📋 copy color: '#AA9487'

red 170 ◦ green 148 ◦ blue 135

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

Shades of Zorba #AA9487

Tints of Zorba #AA9487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.67%

 BLUE value IS 135 (53.13% from 255) = 29.8%

R = 37.53%
G = 32.67%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA9487 (or 0xAA9487) is known color: Zorba. HEX triplet: AA, 94 and 87. RGB value is (170,148,135). Sum of RGB (Red+Green+Blue) = 170+148+135=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9487 is #556B78. Grayscale: #999999. Windows color (decimal): -5598073 or 8885418. OLE color: 8885418.

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

Color convert

RGB 170 148 135 -
CMYK 0 0.13 0.21 0.33
HSL 22.29º 0.17% 0.6% -
HSV(B) 22.29º 0.21% 0.67% -
XYZ 31.54 31.48 27.33 -
YUV 153.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 170 148 135 0 0.13 0.21 0.33 22.29 0.17 0.6
Hex AA 94 87 0 D 15 21 16 11 3C
Octal 252 224 207 0 15 25 41 26 21 74
Binary 10101010 10010100 10000111 0 1101 10101 100001 10110 10001 111100

Color Harmonies of #AA9487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9487

Black with #AA9487

Text Example


Text Example

White with #AA9487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9487; }

 p { color: rgb(170,148,135); }

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

background-color css

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

 a { background-color: rgb(170,148,135); }

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

border-color css

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

 span { border-color: rgb(170,148,135); }

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