Html Css Color HEX #AF832F Mandalay

📋 copy color: '#AF832F'

red 175 ◦ green 131 ◦ blue 47

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

Shades of Mandalay #AF832F

Tints of Mandalay #AF832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

 BLUE value IS 47 (18.75% from 255) = 13.31%

R = 49.58%
G = 37.11%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF832F (or 0xAF832F) is known color: Mandalay. HEX triplet: AF, 83 and 2F. RGB value is (175,131,47). Sum of RGB (Red+Green+Blue) = 175+131+47=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF832F is #507CD0. Grayscale: #868686. Windows color (decimal): -5274833 or 3113903. OLE color: 3113903.

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

Color convert

RGB 175 131 47 -
CMYK 0 0.25 0.73 0.31
HSL 39.38º 0.58% 0.44% -
HSV(B) 39.38º 0.73% 0.69% -
XYZ 26.31 25.55 6.23 -
YUV 134.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 175 131 47 0 0.25 0.73 0.31 39.38 0.58 0.44
Hex AF 83 2F 0 19 49 1F 27 3A 2C
Octal 257 203 57 0 31 111 37 47 72 54
Binary 10101111 10000011 101111 0 11001 1001001 11111 100111 111010 101100

Color Harmonies of #AF832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF832F

Black with #AF832F

Text Example


Text Example

White with #AF832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF832F; }

 p { color: rgb(175,131,47); }

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

background-color css

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

 a { background-color: rgb(175,131,47); }

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

border-color css

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

 span { border-color: rgb(175,131,47); }

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