Html Css Color HEX #AF812B Mandalay

📋 copy color: '#AF812B'

red 175 ◦ green 129 ◦ blue 43

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

Shades of Mandalay #AF812B

Tints of Mandalay #AF812B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 50.43%
G = 37.18%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF812B (or 0xAF812B) is known color: Mandalay. HEX triplet: AF, 81 and 2B. RGB value is (175,129,43). Sum of RGB (Red+Green+Blue) = 175+129+43=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF812B is #507ED4. Grayscale: #858585. Windows color (decimal): -5275349 or 2851247. OLE color: 2851247.

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

Color convert

RGB 175 129 43 -
CMYK 0 0.26 0.75 0.31
HSL 39.09º 0.61% 0.43% -
HSV(B) 39.09º 0.75% 0.69% -
XYZ 25.97 24.99 5.74 -
YUV 132.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 175 129 43 0 0.26 0.75 0.31 39.09 0.61 0.43
Hex AF 81 2B 0 1A 4B 1F 27 3D 2B
Octal 257 201 53 0 32 113 37 47 75 53
Binary 10101111 10000001 101011 0 11010 1001011 11111 100111 111101 101011

Color Harmonies of #AF812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF812B

Black with #AF812B

Text Example


Text Example

White with #AF812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF812B; }

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

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

background-color css

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

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

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

border-color css

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

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

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