Html Css Color HEX #AF7731 Mandalay

📋 copy color: '#AF7731'

red 175 ◦ green 119 ◦ blue 49

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

Shades of Mandalay #AF7731

Tints of Mandalay #AF7731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

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

R = 51.02%
G = 34.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF7731 (or 0xAF7731) is known color: Mandalay. HEX triplet: AF, 77 and 31. RGB value is (175,119,49). Sum of RGB (Red+Green+Blue) = 175+119+49=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7731 is #5088CE. Grayscale: #808080. Windows color (decimal): -5277903 or 3241903. OLE color: 3241903.

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

Color convert

RGB 175 119 49 -
CMYK 0 0.32 0.72 0.31
HSL 33.33º 0.56% 0.44% -
HSV(B) 33.33º 0.72% 0.69% -
XYZ 24.83 22.53 5.95 -
YUV 127.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 175 119 49 0 0.32 0.72 0.31 33.33 0.56 0.44
Hex AF 77 31 0 20 48 1F 21 38 2C
Octal 257 167 61 0 40 110 37 41 70 54
Binary 10101111 1110111 110001 0 100000 1001000 11111 100001 111000 101100

Color Harmonies of #AF7731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7731

Black with #AF7731

Text Example


Text Example

White with #AF7731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7731; }

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

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

background-color css

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

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

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

border-color css

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

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

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