Html Css Color HEX #AE3341 Old Rose

📋 copy color: '#AE3341'

red 174 ◦ green 51 ◦ blue 65

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

Shades of Old Rose #AE3341

Tints of Old Rose #AE3341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 60%
G = 17.59%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE3341 (or 0xAE3341) is known color: Old Rose. HEX triplet: AE, 33 and 41. RGB value is (174,51,65). Sum of RGB (Red+Green+Blue) = 174+51+65=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3341 is #51CCBE. Grayscale: #595959. Windows color (decimal): -5360831 or 4273070. OLE color: 4273070.

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

Color convert

RGB 174 51 65 -
CMYK 0 0.71 0.63 0.32
HSL 353.17º 0.55% 0.44% -
HSV(B) 353.17º 0.71% 0.68% -
XYZ 19.59 11.75 6.24 -
YUV 89.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 174 51 65 0 0.71 0.63 0.32 353.17 0.55 0.44
Hex AE 33 41 0 47 3F 20 161 37 2C
Octal 256 63 101 0 107 77 40 541 67 54
Binary 10101110 110011 1000001 0 1000111 111111 100000 101100001 110111 101100

Color Harmonies of #AE3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3341

Black with #AE3341

Text Example


Text Example

White with #AE3341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3341; }

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

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

background-color css

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

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

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

border-color css

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

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

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