Html Css Color HEX #AF8034 Mandalay

📋 copy color: '#AF8034'

red 175 ◦ green 128 ◦ blue 52

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

Shades of Mandalay #AF8034

Tints of Mandalay #AF8034

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 49.3%
G = 36.06%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF8034 (or 0xAF8034) is known color: Mandalay. HEX triplet: AF, 80 and 34. RGB value is (175,128,52). Sum of RGB (Red+Green+Blue) = 175+128+52=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8034 is #507FCB. Grayscale: #858585. Windows color (decimal): -5275596 or 3440815. OLE color: 3440815.

HSL color Cylindrical-coordinate representation of color #AF8034: hue angle of 37.07º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF8034 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 52 -
CMYK 0 0.27 0.70 0.31
HSL 37.07º 0.54% 0.45% -
HSV(B) 37.07º 0.7% 0.69% -
XYZ 26.02 24.8 6.66 -
YUV 133.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 175 128 52 0 0.27 0.70 0.31 37.07 0.54 0.45
Hex AF 80 34 0 1B 46 1F 25 36 2D
Octal 257 200 64 0 33 106 37 45 66 55
Binary 10101111 10000000 110100 0 11011 1000110 11111 100101 110110 101101

Color Harmonies of #AF8034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8034

Black with #AF8034

Text Example


Text Example

White with #AF8034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8034; }

 p { color: rgb(175,128,52); }

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

background-color css

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

 a { background-color: rgb(175,128,52); }

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

border-color css

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

 span { border-color: rgb(175,128,52); }

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