Html Css Color HEX #AF7C39 Mandalay

📋 copy color: '#AF7C39'

red 175 ◦ green 124 ◦ blue 57

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

Shades of Mandalay #AF7C39

Tints of Mandalay #AF7C39

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.83%

 BLUE value IS 57 (22.66% from 255) = 16.01%

R = 49.16%
G = 34.83%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF7C39 (or 0xAF7C39) is known color: Mandalay. HEX triplet: AF, 7C and 39. RGB value is (175,124,57). Sum of RGB (Red+Green+Blue) = 175+124+57=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C39 is #5083C6. Grayscale: #838383. Windows color (decimal): -5276615 or 3767471. OLE color: 3767471.

HSL color Cylindrical-coordinate representation of color #AF7C39: hue angle of 34.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF7C39 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 57 -
CMYK 0 0.29 0.67 0.31
HSL 34.07º 0.51% 0.45% -
HSV(B) 34.07º 0.67% 0.69% -
XYZ 25.63 23.82 7.12 -
YUV 131.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 175 124 57 0 0.29 0.67 0.31 34.07 0.51 0.45
Hex AF 7C 39 0 1D 43 1F 22 33 2D
Octal 257 174 71 0 35 103 37 42 63 55
Binary 10101111 1111100 111001 0 11101 1000011 11111 100010 110011 101101

Color Harmonies of #AF7C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C39

Black with #AF7C39

Text Example


Text Example

White with #AF7C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C39; }

 p { color: rgb(175,124,57); }

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

background-color css

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

 a { background-color: rgb(175,124,57); }

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

border-color css

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

 span { border-color: rgb(175,124,57); }

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