Html Css Color HEX #AE4C20 Rose Of Sharon

📋 copy color: '#AE4C20'

red 174 ◦ green 76 ◦ blue 32

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

Shades of Rose Of Sharon #AE4C20

Tints of Rose Of Sharon #AE4C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

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

R = 61.7%
G = 26.95%
B = 11.35%

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

#AE4C20 (or 0xAE4C20) is known color: Rose Of Sharon. HEX triplet: AE, 4C and 20. RGB value is (174,76,32). Sum of RGB (Red+Green+Blue) = 174+76+32=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4C20 is #51B3DF. Grayscale: #646464. Windows color (decimal): -5354464 or 2116782. OLE color: 2116782.

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

Color convert

RGB 174 76 32 -
CMYK 0 0.56 0.82 0.32
HSL 18.59º 0.69% 0.4% -
HSV(B) 18.59º 0.82% 0.68% -
XYZ 20.3 14.27 3.05 -
YUV 100.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 174 76 32 0 0.56 0.82 0.32 18.59 0.69 0.4
Hex AE 4C 20 0 38 52 20 13 45 28
Octal 256 114 40 0 70 122 40 23 105 50
Binary 10101110 1001100 100000 0 111000 1010010 100000 10011 1000101 101000

Color Harmonies of #AE4C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4C20

Black with #AE4C20

Text Example


Text Example

White with #AE4C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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