Html Css Color HEX #AE5325 Rose Of Sharon

📋 copy color: '#AE5325'

red 174 ◦ green 83 ◦ blue 37

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

Shades of Rose Of Sharon #AE5325

Tints of Rose Of Sharon #AE5325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 59.18%
G = 28.23%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE5325 (or 0xAE5325) is known color: Rose Of Sharon. HEX triplet: AE, 53 and 25. RGB value is (174,83,37). Sum of RGB (Red+Green+Blue) = 174+83+37=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5325 is #51ACDA. Grayscale: #696969. Windows color (decimal): -5352667 or 2446254. OLE color: 2446254.

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

Color convert

RGB 174 83 37 -
CMYK 0 0.52 0.79 0.32
HSL 20.15º 0.65% 0.41% -
HSV(B) 20.15º 0.79% 0.68% -
XYZ 20.88 15.32 3.61 -
YUV 104.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 174 83 37 0 0.52 0.79 0.32 20.15 0.65 0.41
Hex AE 53 25 0 34 4F 20 14 41 29
Octal 256 123 45 0 64 117 40 24 101 51
Binary 10101110 1010011 100101 0 110100 1001111 100000 10100 1000001 101001

Color Harmonies of #AE5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5325

Black with #AE5325

Text Example


Text Example

White with #AE5325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5325; }

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

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

background-color css

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

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

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

border-color css

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

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

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