Html Css Color HEX #AE4D25 Rose Of Sharon

📋 copy color: '#AE4D25'

red 174 ◦ green 77 ◦ blue 37

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

Shades of Rose Of Sharon #AE4D25

Tints of Rose Of Sharon #AE4D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.74%

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

R = 60.42%
G = 26.74%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE4D25 (or 0xAE4D25) is known color: Rose Of Sharon. HEX triplet: AE, 4D and 25. RGB value is (174,77,37). Sum of RGB (Red+Green+Blue) = 174+77+37=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D25 is #51B2DA. Grayscale: #656565. Windows color (decimal): -5354203 or 2444718. OLE color: 2444718.

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

Color convert

RGB 174 77 37 -
CMYK 0 0.56 0.79 0.32
HSL 17.52º 0.65% 0.41% -
HSV(B) 17.52º 0.79% 0.68% -
XYZ 20.44 14.44 3.46 -
YUV 101.44 91.64 179.75 -
System Red Green Blue C M Y K H S L
Decimal 174 77 37 0 0.56 0.79 0.32 17.52 0.65 0.41
Hex AE 4D 25 0 38 4F 20 12 41 29
Octal 256 115 45 0 70 117 40 22 101 51
Binary 10101110 1001101 100101 0 111000 1001111 100000 10010 1000001 101001

Color Harmonies of #AE4D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D25

Black with #AE4D25

Text Example


Text Example

White with #AE4D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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