#ae5043

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

Shades of Apple Blossom #AE5043

Tints of Apple Blossom #AE5043

Color information

#AE5043 (or 0xAE5043) is unknown color: approx Apple Blossom. HEX triplet: AE, 50 and 43. RGB value is (174,80,67). Sum of RGB (Red+Green+Blue) = 174+80+67=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5043 is #51AFBC. Grayscale: #6A6A6A. Windows color (decimal): -5353405 or 4411566. OLE color: 4411566.

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

Color convert

RGB1748067-
CMYK00.540.610.32
HSL7.29º44.4%47.25%-
HSV(B)7.29º61.49%68.24%-
XYZ21.3415.147.11-
YUV106.62105.64176.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=54.21%
G=24.92%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174806700.540.610.327.2944.447.25
HexAE50430363D2072c2f
Octal256120103066754075457
Binary10101110101000010000110110110111101100000111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5043; }

 p { color: rgb(174,80,67); }

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

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

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

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

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

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

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