Html Css Color HEX #AE7B28 Mandalay

📋 copy color: '#AE7B28'

red 174 ◦ green 123 ◦ blue 40

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

Shades of Mandalay #AE7B28

Tints of Mandalay #AE7B28

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.5%

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 51.63%
G = 36.5%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE7B28 (or 0xAE7B28) is known color: Mandalay. HEX triplet: AE, 7B and 28. RGB value is (174,123,40). Sum of RGB (Red+Green+Blue) = 174+123+40=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B28 is #5184D7. Grayscale: #818181. Windows color (decimal): -5342424 or 2653102. OLE color: 2653102.

HSL color Cylindrical-coordinate representation of color #AE7B28: hue angle of 37.16º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE7B28 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 123 40 -
CMYK 0 0.29 0.77 0.32
HSL 37.16º 0.63% 0.42% -
HSV(B) 37.16º 0.77% 0.68% -
XYZ 24.92 23.32 5.19 -
YUV 128.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 174 123 40 0 0.29 0.77 0.32 37.16 0.63 0.42
Hex AE 7B 28 0 1D 4D 20 25 3F 2A
Octal 256 173 50 0 35 115 40 45 77 52
Binary 10101110 1111011 101000 0 11101 1001101 100000 100101 111111 101010

Color Harmonies of #AE7B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B28

Black with #AE7B28

Text Example


Text Example

White with #AE7B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B28; }

 p { color: rgb(174,123,40); }

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

background-color css

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

 a { background-color: rgb(174,123,40); }

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

border-color css

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

 span { border-color: rgb(174,123,40); }

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