Html Css Color HEX #AF7C27 Mandalay

📋 copy color: '#AF7C27'

red 175 ◦ green 124 ◦ blue 39

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

Shades of Mandalay #AF7C27

Tints of Mandalay #AF7C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.54%

R = 51.78%
G = 36.69%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF7C27 (or 0xAF7C27) is known color: Mandalay. HEX triplet: AF, 7C and 27. RGB value is (175,124,39). Sum of RGB (Red+Green+Blue) = 175+124+39=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C27 is #5083D8. Grayscale: #818181. Windows color (decimal): -5276633 or 2587823. OLE color: 2587823.

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

Color convert

RGB 175 124 39 -
CMYK 0 0.29 0.78 0.31
HSL 37.5º 0.64% 0.42% -
HSV(B) 37.5º 0.78% 0.69% -
XYZ 25.25 23.68 5.16 -
YUV 129.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 175 124 39 0 0.29 0.78 0.31 37.5 0.64 0.42
Hex AF 7C 27 0 1D 4E 1F 26 40 2A
Octal 257 174 47 0 35 116 37 46 100 52
Binary 10101111 1111100 100111 0 11101 1001110 11111 100110 1000000 101010

Color Harmonies of #AF7C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C27

Black with #AF7C27

Text Example


Text Example

White with #AF7C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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