Html Css Color HEX #AE4D20 Rose Of Sharon

📋 copy color: '#AE4D20'

red 174 ◦ green 77 ◦ blue 32

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

Shades of Rose Of Sharon #AE4D20

Tints of Rose Of Sharon #AE4D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 61.48%
G = 27.21%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE4D20 (or 0xAE4D20) is known color: Rose Of Sharon. HEX triplet: AE, 4D and 20. RGB value is (174,77,32). Sum of RGB (Red+Green+Blue) = 174+77+32=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D20 is #51B2DF. Grayscale: #656565. Windows color (decimal): -5354208 or 2117038. OLE color: 2117038.

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

Color convert

RGB 174 77 32 -
CMYK 0 0.56 0.82 0.32
HSL 19.01º 0.69% 0.4% -
HSV(B) 19.01º 0.82% 0.68% -
XYZ 20.37 14.41 3.07 -
YUV 100.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 174 77 32 0 0.56 0.82 0.32 19.01 0.69 0.4
Hex AE 4D 20 0 38 52 20 13 45 28
Octal 256 115 40 0 70 122 40 23 105 50
Binary 10101110 1001101 100000 0 111000 1010010 100000 10011 1000101 101000

Color Harmonies of #AE4D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D20

Black with #AE4D20

Text Example


Text Example

White with #AE4D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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