Html Css Color HEX #AE3440 Old Rose

📋 copy color: '#AE3440'

red 174 ◦ green 52 ◦ blue 64

#AE3440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #AE3440

Tints of Old Rose #AE3440

RGB

 RED value IS 174 (68.36% from 255) = 60%

 GREEN value IS 52 (20.7% from 255) = 17.93%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 60%
G = 17.93%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE3440 (or 0xAE3440) is known color: Old Rose. HEX triplet: AE, 34 and 40. RGB value is (174,52,64). Sum of RGB (Red+Green+Blue) = 174+52+64=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3440 is #51CBBF. Grayscale: #595959. Windows color (decimal): -5360576 or 4207790. OLE color: 4207790.

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

Color convert

RGB 174 52 64 -
CMYK 0 0.70 0.63 0.32
HSL 354.1º 0.54% 0.44% -
HSV(B) 354.1º 0.7% 0.68% -
XYZ 19.61 11.82 6.1 -
YUV 89.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 174 52 64 0 0.70 0.63 0.32 354.1 0.54 0.44
Hex AE 34 40 0 46 3F 20 162 36 2C
Octal 256 64 100 0 106 77 40 542 66 54
Binary 10101110 110100 1000000 0 1000110 111111 100000 101100010 110110 101100

Color Harmonies of #AE3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3440

Black with #AE3440

Text Example


Text Example

White with #AE3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3440; }

 p { color: rgb(174,52,64); }

 H1.HeaderClassName
 {
   color: #AE3440;
 }
 .AnyTagClassName
 {
   color: #AE3440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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