Html Css Color HEX #AE472C Rose Of Sharon

📋 copy color: '#AE472C'

red 174 ◦ green 71 ◦ blue 44

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

Shades of Rose Of Sharon #AE472C

Tints of Rose Of Sharon #AE472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 60.21%
G = 24.57%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE472C (or 0xAE472C) is known color: Rose Of Sharon. HEX triplet: AE, 47 and 2C. RGB value is (174,71,44). Sum of RGB (Red+Green+Blue) = 174+71+44=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE472C is #51B8D3. Grayscale: #626262. Windows color (decimal): -5355732 or 2901934. OLE color: 2901934.

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

Color convert

RGB 174 71 44 -
CMYK 0 0.59 0.75 0.32
HSL 12.46º 0.6% 0.43% -
HSV(B) 12.46º 0.75% 0.68% -
XYZ 20.16 13.69 3.96 -
YUV 98.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 174 71 44 0 0.59 0.75 0.32 12.46 0.6 0.43
Hex AE 47 2C 0 3B 4B 20 C 3C 2B
Octal 256 107 54 0 73 113 40 14 74 53
Binary 10101110 1000111 101100 0 111011 1001011 100000 1100 111100 101011

Color Harmonies of #AE472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE472C

Black with #AE472C

Text Example


Text Example

White with #AE472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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