Html Css Color HEX #AF7F37 Mandalay

📋 copy color: '#AF7F37'

red 175 ◦ green 127 ◦ blue 55

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

Shades of Mandalay #AF7F37

Tints of Mandalay #AF7F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.41%

R = 49.02%
G = 35.57%
B = 15.41%

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

#AF7F37 (or 0xAF7F37) is known color: Mandalay. HEX triplet: AF, 7F and 37. RGB value is (175,127,55). Sum of RGB (Red+Green+Blue) = 175+127+55=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F37 is #5080C8. Grayscale: #858585. Windows color (decimal): -5275849 or 3637167. OLE color: 3637167.

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

Color convert

RGB 175 127 55 -
CMYK 0 0.27 0.69 0.31
HSL 36º 0.52% 0.45% -
HSV(B) 36º 0.69% 0.69% -
XYZ 25.96 24.57 6.99 -
YUV 133.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 175 127 55 0 0.27 0.69 0.31 36 0.52 0.45
Hex AF 7F 37 0 1B 45 1F 24 34 2D
Octal 257 177 67 0 33 105 37 44 64 55
Binary 10101111 1111111 110111 0 11011 1000101 11111 100100 110100 101101

Color Harmonies of #AF7F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F37

Black with #AF7F37

Text Example


Text Example

White with #AF7F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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