#AE514A

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

Shades of Apple Blossom #AE514A

Tints of Apple Blossom #AE514A

Color information

#AE514A (or 0xAE514A) is unknown color: approx Apple Blossom. HEX triplet: AE, 51 and 4A. RGB value is (174,81,74). Sum of RGB (Red+Green+Blue) = 174+81+74=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE514A is #51AEB5. Grayscale: #6C6C6C. Windows color (decimal): -5353142 or 4870574. OLE color: 4870574.

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

Color convert

RGB1748174-
CMYK00.530.570.32
HSL4.2º40.32%48.63%-
HSV(B)4.2º57.47%68.24%-
XYZ21.6315.388.31-
YUV108.01108.81175.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=52.89%
G=24.62%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174817400.530.570.324.240.3248.63
HexAE514A035392042831
Octal256121112065714045061
Binary10101110101000110010100110101111001100000100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE514A; }

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

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

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

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

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

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

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

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