Html Css Color HEX #AF7F31 Mandalay

📋 copy color: '#AF7F31'

red 175 ◦ green 127 ◦ blue 49

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

Shades of Mandalay #AF7F31

Tints of Mandalay #AF7F31

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

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

R = 49.86%
G = 36.18%
B = 13.96%

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

#AF7F31 (or 0xAF7F31) is known color: Mandalay. HEX triplet: AF, 7F and 31. RGB value is (175,127,49). Sum of RGB (Red+Green+Blue) = 175+127+49=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F31 is #5080CE. Grayscale: #848484. Windows color (decimal): -5275855 or 3243951. OLE color: 3243951.

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

Color convert

RGB 175 127 49 -
CMYK 0 0.27 0.72 0.31
HSL 37.14º 0.56% 0.44% -
HSV(B) 37.14º 0.72% 0.69% -
XYZ 25.82 24.51 6.28 -
YUV 132.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 175 127 49 0 0.27 0.72 0.31 37.14 0.56 0.44
Hex AF 7F 31 0 1B 48 1F 25 38 2C
Octal 257 177 61 0 33 110 37 45 70 54
Binary 10101111 1111111 110001 0 11011 1001000 11111 100101 111000 101100

Color Harmonies of #AF7F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F31

Black with #AF7F31

Text Example


Text Example

White with #AF7F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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