Html Css Color HEX #AE512C Rose Of Sharon

📋 copy color: '#AE512C'

red 174 ◦ green 81 ◦ blue 44

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

Shades of Rose Of Sharon #AE512C

Tints of Rose Of Sharon #AE512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 58.19%
G = 27.09%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE512C (or 0xAE512C) is known color: Rose Of Sharon. HEX triplet: AE, 51 and 2C. RGB value is (174,81,44). Sum of RGB (Red+Green+Blue) = 174+81+44=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE512C is #51AED3. Grayscale: #686868. Windows color (decimal): -5353172 or 2904494. OLE color: 2904494.

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

Color convert

RGB 174 81 44 -
CMYK 0 0.53 0.75 0.32
HSL 17.08º 0.6% 0.43% -
HSV(B) 17.08º 0.75% 0.68% -
XYZ 20.85 15.07 4.19 -
YUV 104.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 174 81 44 0 0.53 0.75 0.32 17.08 0.6 0.43
Hex AE 51 2C 0 35 4B 20 11 3C 2B
Octal 256 121 54 0 65 113 40 21 74 53
Binary 10101110 1010001 101100 0 110101 1001011 100000 10001 111100 101011

Color Harmonies of #AE512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE512C

Black with #AE512C

Text Example


Text Example

White with #AE512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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