Html Css Color HEX #AF8132 Mandalay

📋 copy color: '#AF8132'

red 175 ◦ green 129 ◦ blue 50

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

Shades of Mandalay #AF8132

Tints of Mandalay #AF8132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

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

R = 49.44%
G = 36.44%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8132 (or 0xAF8132) is known color: Mandalay. HEX triplet: AF, 81 and 32. RGB value is (175,129,50). Sum of RGB (Red+Green+Blue) = 175+129+50=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8132 is #507ECD. Grayscale: #868686. Windows color (decimal): -5275342 or 3309999. OLE color: 3309999.

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

Color convert

RGB 175 129 50 -
CMYK 0 0.26 0.71 0.31
HSL 37.92º 0.56% 0.44% -
HSV(B) 37.92º 0.71% 0.69% -
XYZ 26.11 25.04 6.48 -
YUV 133.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 175 129 50 0 0.26 0.71 0.31 37.92 0.56 0.44
Hex AF 81 32 0 1A 47 1F 26 38 2C
Octal 257 201 62 0 32 107 37 46 70 54
Binary 10101111 10000001 110010 0 11010 1000111 11111 100110 111000 101100

Color Harmonies of #AF8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8132

Black with #AF8132

Text Example


Text Example

White with #AF8132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8132; }

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

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

background-color css

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

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

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

border-color css

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

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

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