Html Css Color HEX #AF7F36 Mandalay

📋 copy color: '#AF7F36'

red 175 ◦ green 127 ◦ blue 54

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

Shades of Mandalay #AF7F36

Tints of Mandalay #AF7F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 49.16%
G = 35.67%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF7F36 (or 0xAF7F36) is known color: Mandalay. HEX triplet: AF, 7F and 36. RGB value is (175,127,54). Sum of RGB (Red+Green+Blue) = 175+127+54=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F36 is #5080C9. Grayscale: #858585. Windows color (decimal): -5275850 or 3571631. OLE color: 3571631.

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

Color convert

RGB 175 127 54 -
CMYK 0 0.27 0.69 0.31
HSL 36.2º 0.53% 0.45% -
HSV(B) 36.2º 0.69% 0.69% -
XYZ 25.93 24.56 6.86 -
YUV 133.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 175 127 54 0 0.27 0.69 0.31 36.2 0.53 0.45
Hex AF 7F 36 0 1B 45 1F 24 35 2D
Octal 257 177 66 0 33 105 37 44 65 55
Binary 10101111 1111111 110110 0 11011 1000101 11111 100100 110101 101101

Color Harmonies of #AF7F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F36

Black with #AF7F36

Text Example


Text Example

White with #AF7F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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