Html Css Color HEX #AF8032 Mandalay

📋 copy color: '#AF8032'

red 175 ◦ green 128 ◦ blue 50

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

Shades of Mandalay #AF8032

Tints of Mandalay #AF8032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

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

R = 49.58%
G = 36.26%
B = 14.16%

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

#AF8032 (or 0xAF8032) is known color: Mandalay. HEX triplet: AF, 80 and 32. RGB value is (175,128,50). Sum of RGB (Red+Green+Blue) = 175+128+50=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8032 is #507FCD. Grayscale: #858585. Windows color (decimal): -5275598 or 3309743. OLE color: 3309743.

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

Color convert

RGB 175 128 50 -
CMYK 0 0.27 0.71 0.31
HSL 37.44º 0.56% 0.44% -
HSV(B) 37.44º 0.71% 0.69% -
XYZ 25.97 24.78 6.43 -
YUV 133.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 175 128 50 0 0.27 0.71 0.31 37.44 0.56 0.44
Hex AF 80 32 0 1B 47 1F 25 38 2C
Octal 257 200 62 0 33 107 37 45 70 54
Binary 10101111 10000000 110010 0 11011 1000111 11111 100101 111000 101100

Color Harmonies of #AF8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8032

Black with #AF8032

Text Example


Text Example

White with #AF8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8032; }

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

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

background-color css

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

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

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

border-color css

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

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

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