Html Css Color HEX #AE802C Mandalay

📋 copy color: '#AE802C'

red 174 ◦ green 128 ◦ blue 44

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

Shades of Mandalay #AE802C

Tints of Mandalay #AE802C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 50.29%
G = 36.99%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE802C (or 0xAE802C) is known color: Mandalay. HEX triplet: AE, 80 and 2C. RGB value is (174,128,44). Sum of RGB (Red+Green+Blue) = 174+128+44=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE802C is #517FD3. Grayscale: #848484. Windows color (decimal): -5341140 or 2916526. OLE color: 2916526.

HSL color Cylindrical-coordinate representation of color #AE802C: hue angle of 38.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE802C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 128 44 -
CMYK 0 0.26 0.75 0.32
HSL 38.77º 0.6% 0.43% -
HSV(B) 38.77º 0.75% 0.68% -
XYZ 25.63 24.62 5.78 -
YUV 132.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 174 128 44 0 0.26 0.75 0.32 38.77 0.6 0.43
Hex AE 80 2C 0 1A 4B 20 27 3C 2B
Octal 256 200 54 0 32 113 40 47 74 53
Binary 10101110 10000000 101100 0 11010 1001011 100000 100111 111100 101011

Color Harmonies of #AE802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE802C

Black with #AE802C

Text Example


Text Example

White with #AE802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE802C; }

 p { color: rgb(174,128,44); }

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

background-color css

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

 a { background-color: rgb(174,128,44); }

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

border-color css

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

 span { border-color: rgb(174,128,44); }

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