Html Css Color HEX #AE4E2E Rose Of Sharon

📋 copy color: '#AE4E2E'

red 174 ◦ green 78 ◦ blue 46

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

Shades of Rose Of Sharon #AE4E2E

Tints of Rose Of Sharon #AE4E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 58.39%
G = 26.17%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE4E2E (or 0xAE4E2E) is known color: Rose Of Sharon. HEX triplet: AE, 4E and 2E. RGB value is (174,78,46). Sum of RGB (Red+Green+Blue) = 174+78+46=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E2E is #51B1D1. Grayscale: #676767. Windows color (decimal): -5353938 or 3034798. OLE color: 3034798.

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

Color convert

RGB 174 78 46 -
CMYK 0 0.55 0.74 0.32
HSL 15º 0.58% 0.43% -
HSV(B) 15º 0.74% 0.68% -
XYZ 20.67 14.64 4.32 -
YUV 103.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 174 78 46 0 0.55 0.74 0.32 15 0.58 0.43
Hex AE 4E 2E 0 37 4A 20 F 3A 2B
Octal 256 116 56 0 67 112 40 17 72 53
Binary 10101110 1001110 101110 0 110111 1001010 100000 1111 111010 101011

Color Harmonies of #AE4E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4E2E

Black with #AE4E2E

Text Example


Text Example

White with #AE4E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4E2E; }

 p { color: rgb(174,78,46); }

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

background-color css

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

 a { background-color: rgb(174,78,46); }

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

border-color css

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

 span { border-color: rgb(174,78,46); }

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