Html Css Color HEX #AF7F32 Mandalay

📋 copy color: '#AF7F32'

red 175 ◦ green 127 ◦ blue 50

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

Shades of Mandalay #AF7F32

Tints of Mandalay #AF7F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 49.72%
G = 36.08%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF7F32 (or 0xAF7F32) is known color: Mandalay. HEX triplet: AF, 7F and 32. RGB value is (175,127,50). Sum of RGB (Red+Green+Blue) = 175+127+50=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F32 is #5080CD. Grayscale: #848484. Windows color (decimal): -5275854 or 3309487. OLE color: 3309487.

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

Color convert

RGB 175 127 50 -
CMYK 0 0.27 0.71 0.31
HSL 36.96º 0.56% 0.44% -
HSV(B) 36.96º 0.71% 0.69% -
XYZ 25.84 24.52 6.39 -
YUV 132.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 175 127 50 0 0.27 0.71 0.31 36.96 0.56 0.44
Hex AF 7F 32 0 1B 47 1F 25 38 2C
Octal 257 177 62 0 33 107 37 45 70 54
Binary 10101111 1111111 110010 0 11011 1000111 11111 100101 111000 101100

Color Harmonies of #AF7F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F32

Black with #AF7F32

Text Example


Text Example

White with #AF7F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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