Html Css Color HEX #AE7B3F Mandalay

📋 copy color: '#AE7B3F'

red 174 ◦ green 123 ◦ blue 63

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

Shades of Mandalay #AE7B3F

Tints of Mandalay #AE7B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.5%

R = 48.33%
G = 34.17%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE7B3F (or 0xAE7B3F) is known color: Mandalay. HEX triplet: AE, 7B and 3F. RGB value is (174,123,63). Sum of RGB (Red+Green+Blue) = 174+123+63=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B3F is #5184C0. Grayscale: #838383. Windows color (decimal): -5342401 or 4160430. OLE color: 4160430.

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

Color convert

RGB 174 123 63 -
CMYK 0 0.29 0.64 0.32
HSL 32.43º 0.47% 0.46% -
HSV(B) 32.43º 0.64% 0.68% -
XYZ 25.44 23.52 7.9 -
YUV 131.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 174 123 63 0 0.29 0.64 0.32 32.43 0.47 0.46
Hex AE 7B 3F 0 1D 40 20 20 2F 2E
Octal 256 173 77 0 35 100 40 40 57 56
Binary 10101110 1111011 111111 0 11101 1000000 100000 100000 101111 101110

Color Harmonies of #AE7B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B3F

Black with #AE7B3F

Text Example


Text Example

White with #AE7B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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