Html Css Color HEX #AE5120 Rose Of Sharon

📋 copy color: '#AE5120'

red 174 ◦ green 81 ◦ blue 32

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

Shades of Rose Of Sharon #AE5120

Tints of Rose Of Sharon #AE5120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 60.63%
G = 28.22%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE5120 (or 0xAE5120) is known color: Rose Of Sharon. HEX triplet: AE, 51 and 20. RGB value is (174,81,32). Sum of RGB (Red+Green+Blue) = 174+81+32=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5120 is #51AEDF. Grayscale: #676767. Windows color (decimal): -5353184 or 2118062. OLE color: 2118062.

HSL color Cylindrical-coordinate representation of color #AE5120: hue angle of 20.7º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE5120 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 81 32 -
CMYK 0 0.53 0.82 0.32
HSL 20.7º 0.69% 0.4% -
HSV(B) 20.7º 0.82% 0.68% -
XYZ 20.66 14.99 3.17 -
YUV 103.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 174 81 32 0 0.53 0.82 0.32 20.7 0.69 0.4
Hex AE 51 20 0 35 52 20 15 45 28
Octal 256 121 40 0 65 122 40 25 105 50
Binary 10101110 1010001 100000 0 110101 1010010 100000 10101 1000101 101000

Color Harmonies of #AE5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5120

Black with #AE5120

Text Example


Text Example

White with #AE5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5120; }

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

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

background-color css

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

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

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

border-color css

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

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

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