Html Css Color HEX #AE2742 Old Rose

📋 copy color: '#AE2742'

red 174 ◦ green 39 ◦ blue 66

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

Shades of Old Rose #AE2742

Tints of Old Rose #AE2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 62.37%
G = 13.98%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE2742 (or 0xAE2742) is known color: Old Rose. HEX triplet: AE, 27 and 42. RGB value is (174,39,66). Sum of RGB (Red+Green+Blue) = 174+39+66=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2742 is #51D8BD. Grayscale: #525252. Windows color (decimal): -5363902 or 4335534. OLE color: 4335534.

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

Color convert

RGB 174 39 66 -
CMYK 0 0.78 0.62 0.32
HSL 348º 0.63% 0.42% -
HSV(B) 348º 0.78% 0.68% -
XYZ 19.16 10.84 6.24 -
YUV 82.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 174 39 66 0 0.78 0.62 0.32 348 0.63 0.42
Hex AE 27 42 0 4E 3E 20 15C 3F 2A
Octal 256 47 102 0 116 76 40 534 77 52
Binary 10101110 100111 1000010 0 1001110 111110 100000 101011100 111111 101010

Color Harmonies of #AE2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2742

Black with #AE2742

Text Example


Text Example

White with #AE2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2742; }

 p { color: rgb(174,39,66); }

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

background-color css

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

 a { background-color: rgb(174,39,66); }

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

border-color css

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

 span { border-color: rgb(174,39,66); }

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