Html Css Color HEX #AE3742 Old Rose

📋 copy color: '#AE3742'

red 174 ◦ green 55 ◦ blue 66

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

Shades of Old Rose #AE3742

Tints of Old Rose #AE3742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 58.98%
G = 18.64%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE3742 (or 0xAE3742) is known color: Old Rose. HEX triplet: AE, 37 and 42. RGB value is (174,55,66). Sum of RGB (Red+Green+Blue) = 174+55+66=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3742 is #51C8BD. Grayscale: #5B5B5B. Windows color (decimal): -5359806 or 4339630. OLE color: 4339630.

HSL color Cylindrical-coordinate representation of color #AE3742: hue angle of 354.45º degrees, saturation: 0.52, 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 #AE3742 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 55 66 -
CMYK 0 0.68 0.62 0.32
HSL 354.45º 0.52% 0.45% -
HSV(B) 354.45º 0.68% 0.68% -
XYZ 19.81 12.12 6.45 -
YUV 91.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 174 55 66 0 0.68 0.62 0.32 354.45 0.52 0.45
Hex AE 37 42 0 44 3E 20 162 34 2D
Octal 256 67 102 0 104 76 40 542 64 55
Binary 10101110 110111 1000010 0 1000100 111110 100000 101100010 110100 101101

Color Harmonies of #AE3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3742

Black with #AE3742

Text Example


Text Example

White with #AE3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3742; }

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

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

background-color css

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

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

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

border-color css

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

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

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