#AE918B

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

Shades of Thatch #AE918B

Tints of Thatch #AE918B

Color information

#AE918B (or 0xAE918B) is unknown color: approx Thatch. HEX triplet: AE, 91 and 8B. RGB value is (174,145,139). Sum of RGB (Red+Green+Blue) = 174+145+139=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE918B is #516E74. Grayscale: #999999. Windows color (decimal): -5336693 or 9146798. OLE color: 9146798.

HSL color Cylindrical-coordinate representation of color #AE918B: hue angle of 10.29º 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 #AE918B is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174145139-
CMYK00.170.200.32
HSL10.29º17.77%61.37%-
HSV(B)10.29º20.11%68.24%-
XYZ32.2431.1128.73-
YUV152.99120.11142.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=37.99%
G=31.66%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414513900.170.200.3210.2917.7761.37
HexAE918B0111420a123d
Octal2562212130212440122275
Binary10101110100100011000101101000110100100000101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE918B; }

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

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

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

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

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

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

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

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