#AE998A

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

Shades of Zorba #AE998A

Tints of Zorba #AE998A

Color information

#AE998A (or 0xAE998A) is unknown color: approx Zorba. HEX triplet: AE, 99 and 8A. RGB value is (174,153,138). Sum of RGB (Red+Green+Blue) = 174+153+138=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE998A is #516675. Grayscale: #9D9D9D. Windows color (decimal): -5334646 or 9083310. OLE color: 9083310.

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

Color convert

RGB174153138-
CMYK00.120.210.32
HSL25º18.18%61.18%-
HSV(B)25º20.69%68.24%-
XYZ33.4333.6228.77-
YUV157.57116.96139.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=37.42%
G=32.90%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415313800.120.210.322518.1861.18
HexAE998A0C152019123d
Octal2562312120142540312275
Binary10101110100110011000101001100101011000001100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE998A; }

 p { color: rgb(174,153,138); }

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

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

 a { background-color: rgb(174,153,138); }

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

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

 span { border-color: rgb(174,153,138); }

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