Html Css Color HEX #AE333F Old Rose

📋 copy color: '#AE333F'

red 174 ◦ green 51 ◦ blue 63

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

Shades of Old Rose #AE333F

Tints of Old Rose #AE333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.88%

R = 60.42%
G = 17.71%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE333F (or 0xAE333F) is known color: Old Rose. HEX triplet: AE, 33 and 3F. RGB value is (174,51,63). Sum of RGB (Red+Green+Blue) = 174+51+63=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE333F is #51CCC0. Grayscale: #595959. Windows color (decimal): -5360833 or 4141998. OLE color: 4141998.

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

Color convert

RGB 174 51 63 -
CMYK 0 0.71 0.64 0.32
HSL 354.15º 0.55% 0.44% -
HSV(B) 354.15º 0.71% 0.68% -
XYZ 19.54 11.73 5.94 -
YUV 89.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 174 51 63 0 0.71 0.64 0.32 354.15 0.55 0.44
Hex AE 33 3F 0 47 40 20 162 37 2C
Octal 256 63 77 0 107 100 40 542 67 54
Binary 10101110 110011 111111 0 1000111 1000000 100000 101100010 110111 101100

Color Harmonies of #AE333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE333F

Black with #AE333F

Text Example


Text Example

White with #AE333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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