#AE8888

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

Shades of Rosy Brown #AE8888

Tints of Rosy Brown #AE8888

Color information

#AE8888 (or 0xAE8888) is unknown color: approx Rosy Brown. HEX triplet: AE, 88 and 88. RGB value is (174,136,136). Sum of RGB (Red+Green+Blue) = 174+136+136=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8888 is #517777. Grayscale: #939393. Windows color (decimal): -5339000 or 8947886. OLE color: 8947886.

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

Color convert

RGB174136136-
CMYK00.220.220.32
HSL19%60.78%-
HSV(B)21.84%68.24%-
XYZ30.728.3827.15-
YUV147.36121.59147-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 136 (53.52% from 255) = 30.49%
R=39.01%
G=30.49%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413613600.220.220.3201960.78
HexAE888801616200133d
Octal256210210026264002375
Binary10101110100010001000100001011010110100000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8888; }

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

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

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

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

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

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

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

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