Html Css Color HEX #AF832C Mandalay

📋 copy color: '#AF832C'

red 175 ◦ green 131 ◦ blue 44

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

Shades of Mandalay #AF832C

Tints of Mandalay #AF832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 50%
G = 37.43%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF832C (or 0xAF832C) is known color: Mandalay. HEX triplet: AF, 83 and 2C. RGB value is (175,131,44). Sum of RGB (Red+Green+Blue) = 175+131+44=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF832C is #507CD3. Grayscale: #868686. Windows color (decimal): -5274836 or 2917295. OLE color: 2917295.

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

Color convert

RGB 175 131 44 -
CMYK 0 0.25 0.75 0.31
HSL 39.85º 0.6% 0.43% -
HSV(B) 39.85º 0.75% 0.69% -
XYZ 26.25 25.53 5.93 -
YUV 134.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 175 131 44 0 0.25 0.75 0.31 39.85 0.6 0.43
Hex AF 83 2C 0 19 4B 1F 28 3C 2B
Octal 257 203 54 0 31 113 37 50 74 53
Binary 10101111 10000011 101100 0 11001 1001011 11111 101000 111100 101011

Color Harmonies of #AF832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF832C

Black with #AF832C

Text Example


Text Example

White with #AF832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF832C; }

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

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

background-color css

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

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

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

border-color css

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

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

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