Html Css Color HEX #AF8231 Mandalay

📋 copy color: '#AF8231'

red 175 ◦ green 130 ◦ blue 49

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

Shades of Mandalay #AF8231

Tints of Mandalay #AF8231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 49 (19.53% from 255) = 13.84%

R = 49.44%
G = 36.72%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF8231 (or 0xAF8231) is known color: Mandalay. HEX triplet: AF, 82 and 31. RGB value is (175,130,49). Sum of RGB (Red+Green+Blue) = 175+130+49=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8231 is #507DCE. Grayscale: #868686. Windows color (decimal): -5275087 or 3244719. OLE color: 3244719.

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

Color convert

RGB 175 130 49 -
CMYK 0 0.26 0.72 0.31
HSL 38.57º 0.56% 0.44% -
HSV(B) 38.57º 0.72% 0.69% -
XYZ 26.22 25.3 6.41 -
YUV 134.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 175 130 49 0 0.26 0.72 0.31 38.57 0.56 0.44
Hex AF 82 31 0 1A 48 1F 27 38 2C
Octal 257 202 61 0 32 110 37 47 70 54
Binary 10101111 10000010 110001 0 11010 1001000 11111 100111 111000 101100

Color Harmonies of #AF8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8231

Black with #AF8231

Text Example


Text Example

White with #AF8231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8231; }

 p { color: rgb(175,130,49); }

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

background-color css

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

 a { background-color: rgb(175,130,49); }

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

border-color css

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

 span { border-color: rgb(175,130,49); }

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