Html Css Color HEX #AE4A31 Rose Of Sharon

📋 copy color: '#AE4A31'

red 174 ◦ green 74 ◦ blue 49

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

Shades of Rose Of Sharon #AE4A31

Tints of Rose Of Sharon #AE4A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 58.59%
G = 24.92%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE4A31 (or 0xAE4A31) is known color: Rose Of Sharon. HEX triplet: AE, 4A and 31. RGB value is (174,74,49). Sum of RGB (Red+Green+Blue) = 174+74+49=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A31 is #51B5CE. Grayscale: #656565. Windows color (decimal): -5354959 or 3230382. OLE color: 3230382.

HSL color Cylindrical-coordinate representation of color #AE4A31: hue angle of 12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE4A31 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 74 49 -
CMYK 0 0.57 0.72 0.32
HSL 12º 0.56% 0.44% -
HSV(B) 12º 0.72% 0.68% -
XYZ 20.46 14.12 4.55 -
YUV 101.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 174 74 49 0 0.57 0.72 0.32 12 0.56 0.44
Hex AE 4A 31 0 39 48 20 C 38 2C
Octal 256 112 61 0 71 110 40 14 70 54
Binary 10101110 1001010 110001 0 111001 1001000 100000 1100 111000 101100

Color Harmonies of #AE4A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A31

Black with #AE4A31

Text Example


Text Example

White with #AE4A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A31; }

 p { color: rgb(174,74,49); }

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

background-color css

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

 a { background-color: rgb(174,74,49); }

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

border-color css

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

 span { border-color: rgb(174,74,49); }

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