Html Css Color HEX #AF7E31 Mandalay

📋 copy color: '#AF7E31'

red 175 ◦ green 126 ◦ blue 49

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

Shades of Mandalay #AF7E31

Tints of Mandalay #AF7E31

RGB

 RED value IS 175 (68.75% from 255) = 50%

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 50%
G = 36%
B = 14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF7E31 (or 0xAF7E31) is known color: Mandalay. HEX triplet: AF, 7E and 31. RGB value is (175,126,49). Sum of RGB (Red+Green+Blue) = 175+126+49=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E31 is #5081CE. Grayscale: #848484. Windows color (decimal): -5276111 or 3243695. OLE color: 3243695.

HSL color Cylindrical-coordinate representation of color #AF7E31: hue angle of 36.67º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF7E31 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 49 -
CMYK 0 0.28 0.72 0.31
HSL 36.67º 0.56% 0.44% -
HSV(B) 36.67º 0.72% 0.69% -
XYZ 25.69 24.26 6.23 -
YUV 131.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 175 126 49 0 0.28 0.72 0.31 36.67 0.56 0.44
Hex AF 7E 31 0 1C 48 1F 25 38 2C
Octal 257 176 61 0 34 110 37 45 70 54
Binary 10101111 1111110 110001 0 11100 1001000 11111 100101 111000 101100

Color Harmonies of #AF7E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E31

Black with #AF7E31

Text Example


Text Example

White with #AF7E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E31; }

 p { color: rgb(175,126,49); }

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

background-color css

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

 a { background-color: rgb(175,126,49); }

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

border-color css

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

 span { border-color: rgb(175,126,49); }

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