Html Css Color HEX #AE264A Old Rose

📋 copy color: '#AE264A'

red 174 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #AE264A

Tints of Old Rose #AE264A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 60.84%
G = 13.29%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE264A (or 0xAE264A) is known color: Old Rose. HEX triplet: AE, 26 and 4A. RGB value is (174,38,74). Sum of RGB (Red+Green+Blue) = 174+38+74=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE264A is #51D9B5. Grayscale: #525252. Windows color (decimal): -5364150 or 4859566. OLE color: 4859566.

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

Color convert

RGB 174 38 74 -
CMYK 0 0.78 0.57 0.32
HSL 344.12º 0.64% 0.42% -
HSV(B) 344.12º 0.78% 0.68% -
XYZ 19.38 10.88 7.56 -
YUV 82.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 174 38 74 0 0.78 0.57 0.32 344.12 0.64 0.42
Hex AE 26 4A 0 4E 39 20 158 40 2A
Octal 256 46 112 0 116 71 40 530 100 52
Binary 10101110 100110 1001010 0 1001110 111001 100000 101011000 1000000 101010

Color Harmonies of #AE264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE264A

Black with #AE264A

Text Example


Text Example

White with #AE264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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