Html Css Color HEX #AF8031 Mandalay

📋 copy color: '#AF8031'

red 175 ◦ green 128 ◦ blue 49

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

Shades of Mandalay #AF8031

Tints of Mandalay #AF8031

RGB

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

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

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

R = 49.72%
G = 36.36%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF8031 (or 0xAF8031) is known color: Mandalay. HEX triplet: AF, 80 and 31. RGB value is (175,128,49). Sum of RGB (Red+Green+Blue) = 175+128+49=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8031 is #507FCE. Grayscale: #858585. Windows color (decimal): -5275599 or 3244207. OLE color: 3244207.

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

Color convert

RGB 175 128 49 -
CMYK 0 0.27 0.72 0.31
HSL 37.62º 0.56% 0.44% -
HSV(B) 37.62º 0.72% 0.69% -
XYZ 25.95 24.77 6.32 -
YUV 133.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 175 128 49 0 0.27 0.72 0.31 37.62 0.56 0.44
Hex AF 80 31 0 1B 48 1F 26 38 2C
Octal 257 200 61 0 33 110 37 46 70 54
Binary 10101111 10000000 110001 0 11011 1001000 11111 100110 111000 101100

Color Harmonies of #AF8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8031

Black with #AF8031

Text Example


Text Example

White with #AF8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8031; }

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

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

background-color css

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

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

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

border-color css

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

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

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