Html Css Color HEX #AE7D25 Mandalay

📋 copy color: '#AE7D25'

red 174 ◦ green 125 ◦ blue 37

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

Shades of Mandalay #AE7D25

Tints of Mandalay #AE7D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 51.79%
G = 37.2%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE7D25 (or 0xAE7D25) is known color: Mandalay. HEX triplet: AE, 7D and 25. RGB value is (174,125,37). Sum of RGB (Red+Green+Blue) = 174+125+37=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D25 is #5182DA. Grayscale: #828282. Windows color (decimal): -5341915 or 2457006. OLE color: 2457006.

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

Color convert

RGB 174 125 37 -
CMYK 0 0.28 0.79 0.32
HSL 38.54º 0.65% 0.41% -
HSV(B) 38.54º 0.79% 0.68% -
XYZ 25.12 23.8 5.02 -
YUV 129.62 75.73 159.66 -
System Red Green Blue C M Y K H S L
Decimal 174 125 37 0 0.28 0.79 0.32 38.54 0.65 0.41
Hex AE 7D 25 0 1C 4F 20 27 41 29
Octal 256 175 45 0 34 117 40 47 101 51
Binary 10101110 1111101 100101 0 11100 1001111 100000 100111 1000001 101001

Color Harmonies of #AE7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D25

Black with #AE7D25

Text Example


Text Example

White with #AE7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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