Html Css Color HEX #AE4D28 Rose Of Sharon

📋 copy color: '#AE4D28'

red 174 ◦ green 77 ◦ blue 40

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

Shades of Rose Of Sharon #AE4D28

Tints of Rose Of Sharon #AE4D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 59.79%
G = 26.46%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE4D28 (or 0xAE4D28) is known color: Rose Of Sharon. HEX triplet: AE, 4D and 28. RGB value is (174,77,40). Sum of RGB (Red+Green+Blue) = 174+77+40=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D28 is #51B2D7. Grayscale: #666666. Windows color (decimal): -5354200 or 2641326. OLE color: 2641326.

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

Color convert

RGB 174 77 40 -
CMYK 0 0.56 0.77 0.32
HSL 16.57º 0.63% 0.42% -
HSV(B) 16.57º 0.77% 0.68% -
XYZ 20.49 14.46 3.72 -
YUV 101.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 174 77 40 0 0.56 0.77 0.32 16.57 0.63 0.42
Hex AE 4D 28 0 38 4D 20 11 3F 2A
Octal 256 115 50 0 70 115 40 21 77 52
Binary 10101110 1001101 101000 0 111000 1001101 100000 10001 111111 101010

Color Harmonies of #AE4D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D28

Black with #AE4D28

Text Example


Text Example

White with #AE4D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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