Html Css Color HEX #AE5321 Rose Of Sharon

📋 copy color: '#AE5321'

red 174 ◦ green 83 ◦ blue 33

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

Shades of Rose Of Sharon #AE5321

Tints of Rose Of Sharon #AE5321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 60%
G = 28.62%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE5321 (or 0xAE5321) is known color: Rose Of Sharon. HEX triplet: AE, 53 and 21. RGB value is (174,83,33). Sum of RGB (Red+Green+Blue) = 174+83+33=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5321 is #51ACDE. Grayscale: #686868. Windows color (decimal): -5352671 or 2184110. OLE color: 2184110.

HSL color Cylindrical-coordinate representation of color #AE5321: hue angle of 21.28º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE5321 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 83 33 -
CMYK 0 0.52 0.81 0.32
HSL 21.28º 0.68% 0.41% -
HSV(B) 21.28º 0.81% 0.68% -
XYZ 20.82 15.29 3.29 -
YUV 104.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 174 83 33 0 0.52 0.81 0.32 21.28 0.68 0.41
Hex AE 53 21 0 34 51 20 15 44 29
Octal 256 123 41 0 64 121 40 25 104 51
Binary 10101110 1010011 100001 0 110100 1010001 100000 10101 1000100 101001

Color Harmonies of #AE5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5321

Black with #AE5321

Text Example


Text Example

White with #AE5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5321; }

 p { color: rgb(174,83,33); }

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

background-color css

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

 a { background-color: rgb(174,83,33); }

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

border-color css

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

 span { border-color: rgb(174,83,33); }

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