Html Css Color HEX #AE5330 Red Stage

📋 copy color: '#AE5330'

red 174 ◦ green 83 ◦ blue 48

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

Shades of Red Stage #AE5330

Tints of Red Stage #AE5330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 57.05%
G = 27.21%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE5330 (or 0xAE5330) is known color: Red Stage. HEX triplet: AE, 53 and 30. RGB value is (174,83,48). Sum of RGB (Red+Green+Blue) = 174+83+48=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5330 is #51ACCF. Grayscale: #6A6A6A. Windows color (decimal): -5352656 or 3167150. OLE color: 3167150.

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

Color convert

RGB 174 83 48 -
CMYK 0 0.52 0.72 0.32
HSL 16.67º 0.57% 0.44% -
HSV(B) 16.67º 0.72% 0.68% -
XYZ 21.08 15.4 4.66 -
YUV 106.22 95.15 176.35 -
System Red Green Blue C M Y K H S L
Decimal 174 83 48 0 0.52 0.72 0.32 16.67 0.57 0.44
Hex AE 53 30 0 34 48 20 11 39 2C
Octal 256 123 60 0 64 110 40 21 71 54
Binary 10101110 1010011 110000 0 110100 1001000 100000 10001 111001 101100

Color Harmonies of #AE5330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5330

Black with #AE5330

Text Example


Text Example

White with #AE5330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5330; }

 p { color: rgb(174,83,48); }

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

background-color css

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

 a { background-color: rgb(174,83,48); }

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

border-color css

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

 span { border-color: rgb(174,83,48); }

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