Html Css Color HEX #AE4B32 Rose Of Sharon

📋 copy color: '#AE4B32'

red 174 ◦ green 75 ◦ blue 50

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

Shades of Rose Of Sharon #AE4B32

Tints of Rose Of Sharon #AE4B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.08%

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 58.19%
G = 25.08%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE4B32 (or 0xAE4B32) is known color: Rose Of Sharon. HEX triplet: AE, 4B and 32. RGB value is (174,75,50). Sum of RGB (Red+Green+Blue) = 174+75+50=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4B32 is #51B4CD. Grayscale: #656565. Windows color (decimal): -5354702 or 3296174. OLE color: 3296174.

HSL color Cylindrical-coordinate representation of color #AE4B32: hue angle of 12.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE4B32 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 75 50 -
CMYK 0 0.57 0.71 0.32
HSL 12.1º 0.55% 0.44% -
HSV(B) 12.1º 0.71% 0.68% -
XYZ 20.55 14.26 4.69 -
YUV 101.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 174 75 50 0 0.57 0.71 0.32 12.1 0.55 0.44
Hex AE 4B 32 0 39 47 20 C 37 2C
Octal 256 113 62 0 71 107 40 14 67 54
Binary 10101110 1001011 110010 0 111001 1000111 100000 1100 110111 101100

Color Harmonies of #AE4B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4B32

Black with #AE4B32

Text Example


Text Example

White with #AE4B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4B32; }

 p { color: rgb(174,75,50); }

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

background-color css

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

 a { background-color: rgb(174,75,50); }

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

border-color css

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

 span { border-color: rgb(174,75,50); }

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