#AE9C8B

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

Shades of Zorba #AE9C8B

Tints of Zorba #AE9C8B

Color information

#AE9C8B (or 0xAE9C8B) is unknown color: approx Zorba. HEX triplet: AE, 9C and 8B. RGB value is (174,156,139). Sum of RGB (Red+Green+Blue) = 174+156+139=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9C8B is #516374. Grayscale: #9F9F9F. Windows color (decimal): -5333877 or 9149614. OLE color: 9149614.

HSL color Cylindrical-coordinate representation of color #AE9C8B: hue angle of 29.14º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE9C8B is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174156139-
CMYK00.100.200.32
HSL29.14º17.77%61.37%-
HSV(B)29.14º20.11%68.24%-
XYZ3434.6429.32-
YUV159.44116.46138.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=37.10%
G=33.26%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415613900.100.200.3229.1417.7761.37
HexAE9C8B0A14201d123d
Octal2562342130122440352275
Binary10101110100111001000101101010101001000001110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C8B; }

 p { color: rgb(174,156,139); }

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

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

 a { background-color: rgb(174,156,139); }

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

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

 span { border-color: rgb(174,156,139); }

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