Html Css Color HEX #AF8131 Mandalay

📋 copy color: '#AF8131'

red 175 ◦ green 129 ◦ blue 49

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

Shades of Mandalay #AF8131

Tints of Mandalay #AF8131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

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

R = 49.58%
G = 36.54%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF8131 (or 0xAF8131) is known color: Mandalay. HEX triplet: AF, 81 and 31. RGB value is (175,129,49). Sum of RGB (Red+Green+Blue) = 175+129+49=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8131 is #507ECE. Grayscale: #868686. Windows color (decimal): -5275343 or 3244463. OLE color: 3244463.

HSL color Cylindrical-coordinate representation of color #AF8131: hue angle of 38.1º 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 #AF8131 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 129 49 -
CMYK 0 0.26 0.72 0.31
HSL 38.1º 0.56% 0.44% -
HSV(B) 38.1º 0.72% 0.69% -
XYZ 26.08 25.04 6.36 -
YUV 133.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 175 129 49 0 0.26 0.72 0.31 38.1 0.56 0.44
Hex AF 81 31 0 1A 48 1F 26 38 2C
Octal 257 201 61 0 32 110 37 46 70 54
Binary 10101111 10000001 110001 0 11010 1001000 11111 100110 111000 101100

Color Harmonies of #AF8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8131

Black with #AF8131

Text Example


Text Example

White with #AF8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8131; }

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

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

background-color css

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

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

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

border-color css

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

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

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