#AE8E8E

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

Shades of Rosy Brown #AE8E8E

Tints of Rosy Brown #AE8E8E

Color information

#AE8E8E (or 0xAE8E8E) is unknown color: approx Rosy Brown. HEX triplet: AE, 8E and 8E. RGB value is (174,142,142). Sum of RGB (Red+Green+Blue) = 174+142+142=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8E8E is #517171. Grayscale: #979797. Windows color (decimal): -5337458 or 9342638. OLE color: 9342638.

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

Color convert

RGB174142142-
CMYK00.180.180.32
HSL16.49%61.96%-
HSV(B)18.39%68.24%-
XYZ32.0130.329.75-
YUV151.57122.6144-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=37.99%
G=31.00%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414214200.180.180.32016.4961.96
HexAE8E8E01212200103e
Octal256216216022224002076
Binary10101110100011101000111001001010010100000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E8E; }

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

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

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

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

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

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

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

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