#AE333E

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

Shades of Old Rose #AE333E

Tints of Old Rose #AE333E

Color information

#AE333E (or 0xAE333E) is unknown color: approx Old Rose. HEX triplet: AE, 33 and 3E. RGB value is (174,51,62). Sum of RGB (Red+Green+Blue) = 174+51+62=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE333E is #51CCC1. Grayscale: #595959. Windows color (decimal): -5360834 or 4076462. OLE color: 4076462.

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

Color convert

RGB1745162-
CMYK00.710.640.32
HSL354.63º54.67%44.12%-
HSV(B)354.63º70.69%68.24%-
XYZ19.5111.715.79-
YUV89.03112.75188.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.63%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=60.63%
G=17.77%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174516200.710.640.32354.6354.6744.12
HexAE333E0474020163372c
Octal25663760107100405436754
Binary10101110110011111110010001111000000100000101100011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE333E; }

 p { color: rgb(174,51,62); }

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

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

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

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

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

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

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