Html Css Color HEX #AE2643 Old Rose

📋 copy color: '#AE2643'

red 174 ◦ green 38 ◦ blue 67

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

Shades of Old Rose #AE2643

Tints of Old Rose #AE2643

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 62.37%
G = 13.62%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE2643 (or 0xAE2643) is known color: Old Rose. HEX triplet: AE, 26 and 43. RGB value is (174,38,67). Sum of RGB (Red+Green+Blue) = 174+38+67=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2643 is #51D9BC. Grayscale: #515151. Windows color (decimal): -5364157 or 4400814. OLE color: 4400814.

HSL color Cylindrical-coordinate representation of color #AE2643: hue angle of 347.21º degrees, saturation: 0.64, 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 #AE2643 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 38 67 -
CMYK 0 0.78 0.61 0.32
HSL 347.21º 0.64% 0.42% -
HSV(B) 347.21º 0.78% 0.68% -
XYZ 19.16 10.79 6.38 -
YUV 81.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 174 38 67 0 0.78 0.61 0.32 347.21 0.64 0.42
Hex AE 26 43 0 4E 3D 20 15B 40 2A
Octal 256 46 103 0 116 75 40 533 100 52
Binary 10101110 100110 1000011 0 1001110 111101 100000 101011011 1000000 101010

Color Harmonies of #AE2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2643

Black with #AE2643

Text Example


Text Example

White with #AE2643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2643; }

 p { color: rgb(174,38,67); }

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

background-color css

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

 a { background-color: rgb(174,38,67); }

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

border-color css

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

 span { border-color: rgb(174,38,67); }

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