Html Css Color HEX #AF7934 Mandalay

📋 copy color: '#AF7934'

red 175 ◦ green 121 ◦ blue 52

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

Shades of Mandalay #AF7934

Tints of Mandalay #AF7934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 50.29%
G = 34.77%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF7934 (or 0xAF7934) is known color: Mandalay. HEX triplet: AF, 79 and 34. RGB value is (175,121,52). Sum of RGB (Red+Green+Blue) = 175+121+52=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7934 is #5086CB. Grayscale: #818181. Windows color (decimal): -5277388 or 3439023. OLE color: 3439023.

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

Color convert

RGB 175 121 52 -
CMYK 0 0.31 0.70 0.31
HSL 33.66º 0.54% 0.45% -
HSV(B) 33.66º 0.7% 0.69% -
XYZ 25.14 23.04 6.37 -
YUV 129.28 84.39 160.61 -
System Red Green Blue C M Y K H S L
Decimal 175 121 52 0 0.31 0.70 0.31 33.66 0.54 0.45
Hex AF 79 34 0 1F 46 1F 22 36 2D
Octal 257 171 64 0 37 106 37 42 66 55
Binary 10101111 1111001 110100 0 11111 1000110 11111 100010 110110 101101

Color Harmonies of #AF7934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7934

Black with #AF7934

Text Example


Text Example

White with #AF7934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7934; }

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

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

background-color css

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

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

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

border-color css

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

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

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