#AE8C88

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

Shades of Thatch #AE8C88

Tints of Thatch #AE8C88

Color information

#AE8C88 (or 0xAE8C88) is unknown color: approx Thatch. HEX triplet: AE, 8C and 88. RGB value is (174,140,136). Sum of RGB (Red+Green+Blue) = 174+140+136=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8C88 is #517377. Grayscale: #959595. Windows color (decimal): -5337976 or 8948910. OLE color: 8948910.

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

Color convert

RGB174140136-
CMYK00.200.220.32
HSL6.32º19%60.78%-
HSV(B)6.32º21.84%68.24%-
XYZ31.2829.5327.34-
YUV149.71120.26145.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=38.67%
G=31.11%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414013600.200.220.326.321960.78
HexAE8C8801416206133d
Octal256214210024264062375
Binary1010111010001100100010000101001011010000011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C88; }

 p { color: rgb(174,140,136); }

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

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

 a { background-color: rgb(174,140,136); }

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

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

 span { border-color: rgb(174,140,136); }

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