Html Css Color HEX #AE4529 Rose Of Sharon

📋 copy color: '#AE4529'

red 174 ◦ green 69 ◦ blue 41

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

Shades of Rose Of Sharon #AE4529

Tints of Rose Of Sharon #AE4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 61.27%
G = 24.3%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE4529 (or 0xAE4529) is known color: Rose Of Sharon. HEX triplet: AE, 45 and 29. RGB value is (174,69,41). Sum of RGB (Red+Green+Blue) = 174+69+41=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4529 is #51BAD6. Grayscale: #616161. Windows color (decimal): -5356247 or 2704814. OLE color: 2704814.

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

Color convert

RGB 174 69 41 -
CMYK 0 0.60 0.76 0.32
HSL 12.63º 0.62% 0.42% -
HSV(B) 12.63º 0.76% 0.68% -
XYZ 19.98 13.42 3.63 -
YUV 97.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 174 69 41 0 0.60 0.76 0.32 12.63 0.62 0.42
Hex AE 45 29 0 3C 4C 20 D 3E 2A
Octal 256 105 51 0 74 114 40 15 76 52
Binary 10101110 1000101 101001 0 111100 1001100 100000 1101 111110 101010

Color Harmonies of #AE4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4529

Black with #AE4529

Text Example


Text Example

White with #AE4529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4529; }

 p { color: rgb(174,69,41); }

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

background-color css

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

 a { background-color: rgb(174,69,41); }

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

border-color css

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

 span { border-color: rgb(174,69,41); }

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