Html Css Color HEX #AF793B Mandalay

📋 copy color: '#AF793B'

red 175 ◦ green 121 ◦ blue 59

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

Shades of Mandalay #AF793B

Tints of Mandalay #AF793B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.62%

R = 49.3%
G = 34.08%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF793B (or 0xAF793B) is known color: Mandalay. HEX triplet: AF, 79 and 3B. RGB value is (175,121,59). Sum of RGB (Red+Green+Blue) = 175+121+59=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF793B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF793B is #5086C4. Grayscale: #828282. Windows color (decimal): -5277381 or 3897775. OLE color: 3897775.

HSL color Cylindrical-coordinate representation of color #AF793B: hue angle of 32.07º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF793B is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 59 -
CMYK 0 0.31 0.66 0.31
HSL 32.07º 0.5% 0.46% -
HSV(B) 32.07º 0.66% 0.69% -
XYZ 25.31 23.1 7.26 -
YUV 130.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 175 121 59 0 0.31 0.66 0.31 32.07 0.5 0.46
Hex AF 79 3B 0 1F 42 1F 20 32 2E
Octal 257 171 73 0 37 102 37 40 62 56
Binary 10101111 1111001 111011 0 11111 1000010 11111 100000 110010 101110

Color Harmonies of #AF793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF793B

Black with #AF793B

Text Example


Text Example

White with #AF793B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF793B; }

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

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

background-color css

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

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

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

border-color css

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

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

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