Html Css Color HEX #AE3841 Old Rose

📋 copy color: '#AE3841'

red 174 ◦ green 56 ◦ blue 65

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

Shades of Old Rose #AE3841

Tints of Old Rose #AE3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 58.98%
G = 18.98%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE3841 (or 0xAE3841) is known color: Old Rose. HEX triplet: AE, 38 and 41. RGB value is (174,56,65). Sum of RGB (Red+Green+Blue) = 174+56+65=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3841 is #51C7BE. Grayscale: #5C5C5C. Windows color (decimal): -5359551 or 4274350. OLE color: 4274350.

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

Color convert

RGB 174 56 65 -
CMYK 0 0.68 0.63 0.32
HSL 355.42º 0.51% 0.45% -
HSV(B) 355.42º 0.68% 0.68% -
XYZ 19.82 12.21 6.31 -
YUV 92.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 174 56 65 0 0.68 0.63 0.32 355.42 0.51 0.45
Hex AE 38 41 0 44 3F 20 163 33 2D
Octal 256 70 101 0 104 77 40 543 63 55
Binary 10101110 111000 1000001 0 1000100 111111 100000 101100011 110011 101101

Color Harmonies of #AE3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3841

Black with #AE3841

Text Example


Text Example

White with #AE3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3841; }

 p { color: rgb(174,56,65); }

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

background-color css

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

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

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

border-color css

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

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

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