Html Css Color HEX #AE472A Rose Of Sharon

📋 copy color: '#AE472A'

red 174 ◦ green 71 ◦ blue 42

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

Shades of Rose Of Sharon #AE472A

Tints of Rose Of Sharon #AE472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

 BLUE value IS 42 (16.8% from 255) = 14.63%

R = 60.63%
G = 24.74%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE472A (or 0xAE472A) is known color: Rose Of Sharon. HEX triplet: AE, 47 and 2A. RGB value is (174,71,42). Sum of RGB (Red+Green+Blue) = 174+71+42=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE472A is #51B8D5. Grayscale: #626262. Windows color (decimal): -5355734 or 2770862. OLE color: 2770862.

HSL color Cylindrical-coordinate representation of color #AE472A: hue angle of 13.18º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE472A is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 71 42 -
CMYK 0 0.59 0.76 0.32
HSL 13.18º 0.61% 0.42% -
HSV(B) 13.18º 0.76% 0.68% -
XYZ 20.13 13.67 3.77 -
YUV 98.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 174 71 42 0 0.59 0.76 0.32 13.18 0.61 0.42
Hex AE 47 2A 0 3B 4C 20 D 3D 2A
Octal 256 107 52 0 73 114 40 15 75 52
Binary 10101110 1000111 101010 0 111011 1001100 100000 1101 111101 101010

Color Harmonies of #AE472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE472A

Black with #AE472A

Text Example


Text Example

White with #AE472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE472A; }

 p { color: rgb(174,71,42); }

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

background-color css

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

 a { background-color: rgb(174,71,42); }

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

border-color css

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

 span { border-color: rgb(174,71,42); }

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