Html Css Color HEX #AE502A Rose Of Sharon

📋 copy color: '#AE502A'

red 174 ◦ green 80 ◦ blue 42

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

Shades of Rose Of Sharon #AE502A

Tints of Rose Of Sharon #AE502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 58.78%
G = 27.03%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE502A (or 0xAE502A) is known color: Rose Of Sharon. HEX triplet: AE, 50 and 2A. RGB value is (174,80,42). Sum of RGB (Red+Green+Blue) = 174+80+42=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE502A is #51AFD5. Grayscale: #686868. Windows color (decimal): -5353430 or 2773166. OLE color: 2773166.

HSL color Cylindrical-coordinate representation of color #AE502A: hue angle of 17.27º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE502A is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 42 -
CMYK 0 0.54 0.76 0.32
HSL 17.27º 0.61% 0.42% -
HSV(B) 17.27º 0.76% 0.68% -
XYZ 20.74 14.9 3.97 -
YUV 103.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 174 80 42 0 0.54 0.76 0.32 17.27 0.61 0.42
Hex AE 50 2A 0 36 4C 20 11 3D 2A
Octal 256 120 52 0 66 114 40 21 75 52
Binary 10101110 1010000 101010 0 110110 1001100 100000 10001 111101 101010

Color Harmonies of #AE502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE502A

Black with #AE502A

Text Example


Text Example

White with #AE502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE502A; }

 p { color: rgb(174,80,42); }

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

background-color css

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

 a { background-color: rgb(174,80,42); }

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

border-color css

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

 span { border-color: rgb(174,80,42); }

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