#AE4A2A

Color #AE4A2A Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AE4A2A

Tints of Rose Of Sharon #AE4A2A

Color information

#AE4A2A (or 0xAE4A2A) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 4A and 2A. RGB value is (174,74,42). Sum of RGB (Red+Green+Blue) = 174+74+42=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A2A is #51B5D5. Grayscale: #646464. Windows color (decimal): -5354966 or 2771630. OLE color: 2771630.

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

Color convert

RGB1747442-
CMYK00.570.760.32
HSL14.55º61.11%42.35%-
HSV(B)14.55º75.86%68.24%-
XYZ20.3214.063.83-
YUV100.2595.13180.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60%
GREEN value IS 74 (29.30% from 255) = 25.52%
BLUE value IS 42 (16.80% from 255) = 14.48%
R=60%
G=25.52%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174744200.570.760.3214.5561.1142.35
HexAE4A2A0394C20f3d2a
Octal2561125207111440177552
Binary101011101001010101010011100110011001000001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A2A; }

 p { color: rgb(174,74,42); }

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

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

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

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

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

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

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