#AE8B8B

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

Shades of Rosy Brown #AE8B8B

Tints of Rosy Brown #AE8B8B

Color information

#AE8B8B (or 0xAE8B8B) is unknown color: approx Rosy Brown. HEX triplet: AE, 8B and 8B. RGB value is (174,139,139). Sum of RGB (Red+Green+Blue) = 174+139+139=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8B8B is #517474. Grayscale: #959595. Windows color (decimal): -5338229 or 9145262. OLE color: 9145262.

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

Color convert

RGB174139139-
CMYK00.200.200.32
HSL17.77%61.37%-
HSV(B)20.11%68.24%-
XYZ31.3529.3328.43-
YUV149.46122.1145.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=38.50%
G=30.75%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413913900.200.200.32017.7761.37
HexAE8B8B01414200123d
Octal256213213024244002275
Binary10101110100010111000101101010010100100000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B8B; }

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

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

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

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

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

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

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

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