Html Css Color HEX #AF842B Mandalay

📋 copy color: '#AF842B'

red 175 ◦ green 132 ◦ blue 43

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

Shades of Mandalay #AF842B

Tints of Mandalay #AF842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

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

R = 50%
G = 37.71%
B = 12.29%

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

#AF842B (or 0xAF842B) is known color: Mandalay. HEX triplet: AF, 84 and 2B. RGB value is (175,132,43). Sum of RGB (Red+Green+Blue) = 175+132+43=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF842B is #507BD4. Grayscale: #878787. Windows color (decimal): -5274581 or 2852015. OLE color: 2852015.

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

Color convert

RGB 175 132 43 -
CMYK 0 0.25 0.75 0.31
HSL 40.45º 0.61% 0.43% -
HSV(B) 40.45º 0.75% 0.69% -
XYZ 26.37 25.79 5.87 -
YUV 134.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 175 132 43 0 0.25 0.75 0.31 40.45 0.61 0.43
Hex AF 84 2B 0 19 4B 1F 28 3D 2B
Octal 257 204 53 0 31 113 37 50 75 53
Binary 10101111 10000100 101011 0 11001 1001011 11111 101000 111101 101011

Color Harmonies of #AF842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF842B

Black with #AF842B

Text Example


Text Example

White with #AF842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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