Html Css Color HEX #AE7D30 Mandalay

📋 copy color: '#AE7D30'

red 174 ◦ green 125 ◦ blue 48

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

Shades of Mandalay #AE7D30

Tints of Mandalay #AE7D30

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

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

R = 50.14%
G = 36.02%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE7D30 (or 0xAE7D30) is known color: Mandalay. HEX triplet: AE, 7D and 30. RGB value is (174,125,48). Sum of RGB (Red+Green+Blue) = 174+125+48=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D30 is #5182CF. Grayscale: #838383. Windows color (decimal): -5341904 or 3177902. OLE color: 3177902.

HSL color Cylindrical-coordinate representation of color #AE7D30: hue angle of 36.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 #AE7D30 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 125 48 -
CMYK 0 0.28 0.72 0.32
HSL 36.67º 0.57% 0.44% -
HSV(B) 36.67º 0.72% 0.68% -
XYZ 25.32 23.88 6.07 -
YUV 130.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 174 125 48 0 0.28 0.72 0.32 36.67 0.57 0.44
Hex AE 7D 30 0 1C 48 20 25 39 2C
Octal 256 175 60 0 34 110 40 45 71 54
Binary 10101110 1111101 110000 0 11100 1001000 100000 100101 111001 101100

Color Harmonies of #AE7D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D30

Black with #AE7D30

Text Example


Text Example

White with #AE7D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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