Html Css Color HEX #AE4421 Rose Of Sharon

📋 copy color: '#AE4421'

red 174 ◦ green 68 ◦ blue 33

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

Shades of Rose Of Sharon #AE4421

Tints of Rose Of Sharon #AE4421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

 BLUE value IS 33 (13.28% from 255) = 12%

R = 63.27%
G = 24.73%
B = 12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE4421 (or 0xAE4421) is known color: Rose Of Sharon. HEX triplet: AE, 44 and 21. RGB value is (174,68,33). Sum of RGB (Red+Green+Blue) = 174+68+33=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4421 is #51BBDE. Grayscale: #5F5F5F. Windows color (decimal): -5356511 or 2180270. OLE color: 2180270.

HSL color Cylindrical-coordinate representation of color #AE4421: hue angle of 14.89º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE4421 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 68 33 -
CMYK 0 0.61 0.81 0.32
HSL 14.89º 0.68% 0.41% -
HSV(B) 14.89º 0.81% 0.68% -
XYZ 19.8 13.24 2.95 -
YUV 95.7 92.62 183.85 -
System Red Green Blue C M Y K H S L
Decimal 174 68 33 0 0.61 0.81 0.32 14.89 0.68 0.41
Hex AE 44 21 0 3D 51 20 F 44 29
Octal 256 104 41 0 75 121 40 17 104 51
Binary 10101110 1000100 100001 0 111101 1010001 100000 1111 1000100 101001

Color Harmonies of #AE4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4421

Black with #AE4421

Text Example


Text Example

White with #AE4421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4421; }

 p { color: rgb(174,68,33); }

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

background-color css

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

 a { background-color: rgb(174,68,33); }

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

border-color css

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

 span { border-color: rgb(174,68,33); }

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