Html Css Color HEX #AE492C Rose Of Sharon

📋 copy color: '#AE492C'

red 174 ◦ green 73 ◦ blue 44

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

Shades of Rose Of Sharon #AE492C

Tints of Rose Of Sharon #AE492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 59.79%
G = 25.09%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE492C (or 0xAE492C) is known color: Rose Of Sharon. HEX triplet: AE, 49 and 2C. RGB value is (174,73,44). Sum of RGB (Red+Green+Blue) = 174+73+44=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE492C is #51B6D3. Grayscale: #646464. Windows color (decimal): -5355220 or 2902446. OLE color: 2902446.

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

Color convert

RGB 174 73 44 -
CMYK 0 0.58 0.75 0.32
HSL 13.38º 0.6% 0.43% -
HSV(B) 13.38º 0.75% 0.68% -
XYZ 20.29 13.95 4.01 -
YUV 99.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 174 73 44 0 0.58 0.75 0.32 13.38 0.6 0.43
Hex AE 49 2C 0 3A 4B 20 D 3C 2B
Octal 256 111 54 0 72 113 40 15 74 53
Binary 10101110 1001001 101100 0 111010 1001011 100000 1101 111100 101011

Color Harmonies of #AE492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE492C

Black with #AE492C

Text Example


Text Example

White with #AE492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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