Html Css Color HEX #AE8226 Mandalay

📋 copy color: '#AE8226'

red 174 ◦ green 130 ◦ blue 38

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

Shades of Mandalay #AE8226

Tints of Mandalay #AE8226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 50.88%
G = 38.01%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE8226 (or 0xAE8226) is known color: Mandalay. HEX triplet: AE, 82 and 26. RGB value is (174,130,38). Sum of RGB (Red+Green+Blue) = 174+130+38=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8226 is #517DD9. Grayscale: #858585. Windows color (decimal): -5340634 or 2523822. OLE color: 2523822.

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

Color convert

RGB 174 130 38 -
CMYK 0 0.25 0.78 0.32
HSL 40.59º 0.64% 0.42% -
HSV(B) 40.59º 0.78% 0.68% -
XYZ 25.79 25.1 5.32 -
YUV 132.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 174 130 38 0 0.25 0.78 0.32 40.59 0.64 0.42
Hex AE 82 26 0 19 4E 20 29 40 2A
Octal 256 202 46 0 31 116 40 51 100 52
Binary 10101110 10000010 100110 0 11001 1001110 100000 101001 1000000 101010

Color Harmonies of #AE8226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8226

Black with #AE8226

Text Example


Text Example

White with #AE8226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8226; }

 p { color: rgb(174,130,38); }

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

background-color css

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

 a { background-color: rgb(174,130,38); }

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

border-color css

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

 span { border-color: rgb(174,130,38); }

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