Html Css Color HEX #AF742F Mandalay

📋 copy color: '#AF742F'

red 175 ◦ green 116 ◦ blue 47

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

Shades of Mandalay #AF742F

Tints of Mandalay #AF742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 51.78%
G = 34.32%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF742F (or 0xAF742F) is known color: Mandalay. HEX triplet: AF, 74 and 2F. RGB value is (175,116,47). Sum of RGB (Red+Green+Blue) = 175+116+47=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF742F is #508BD0. Grayscale: #7E7E7E. Windows color (decimal): -5278673 or 3110063. OLE color: 3110063.

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

Color convert

RGB 175 116 47 -
CMYK 0 0.34 0.73 0.31
HSL 32.34º 0.58% 0.44% -
HSV(B) 32.34º 0.73% 0.69% -
XYZ 24.44 21.81 5.61 -
YUV 125.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 175 116 47 0 0.34 0.73 0.31 32.34 0.58 0.44
Hex AF 74 2F 0 22 49 1F 20 3A 2C
Octal 257 164 57 0 42 111 37 40 72 54
Binary 10101111 1110100 101111 0 100010 1001001 11111 100000 111010 101100

Color Harmonies of #AF742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF742F

Black with #AF742F

Text Example


Text Example

White with #AF742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF742F; }

 p { color: rgb(175,116,47); }

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

background-color css

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

 a { background-color: rgb(175,116,47); }

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

border-color css

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

 span { border-color: rgb(175,116,47); }

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