#AE4A4A

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

Shades of Apple Blossom #AE4A4A

Tints of Apple Blossom #AE4A4A

Color information

#AE4A4A (or 0xAE4A4A) is unknown color: approx Apple Blossom. HEX triplet: AE, 4A and 4A. RGB value is (174,74,74). Sum of RGB (Red+Green+Blue) = 174+74+74=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A4A is #51B5B5. Grayscale: #676767. Windows color (decimal): -5354934 or 4868782. OLE color: 4868782.

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

Color convert

RGB1747474-
CMYK00.570.570.32
HSL40.32%48.63%-
HSV(B)57.47%68.24%-
XYZ21.1414.398.14-
YUV103.9111.13178-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=54.04%
G=22.98%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174747400.570.570.32040.3248.63
HexAE4A4A039392002831
Octal256112112071714005061
Binary101011101001010100101001110011110011000000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A4A; }

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

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

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

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

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

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

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

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