Html Css Color HEX #AF7935 Mandalay

📋 copy color: '#AF7935'

red 175 ◦ green 121 ◦ blue 53

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

Shades of Mandalay #AF7935

Tints of Mandalay #AF7935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.19%

R = 50.14%
G = 34.67%
B = 15.19%

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

#AF7935 (or 0xAF7935) is known color: Mandalay. HEX triplet: AF, 79 and 35. RGB value is (175,121,53). Sum of RGB (Red+Green+Blue) = 175+121+53=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7935 is #5086CA. Grayscale: #818181. Windows color (decimal): -5277387 or 3504559. OLE color: 3504559.

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

Color convert

RGB 175 121 53 -
CMYK 0 0.31 0.70 0.31
HSL 33.44º 0.54% 0.45% -
HSV(B) 33.44º 0.7% 0.69% -
XYZ 25.16 23.05 6.49 -
YUV 129.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 175 121 53 0 0.31 0.70 0.31 33.44 0.54 0.45
Hex AF 79 35 0 1F 46 1F 21 36 2D
Octal 257 171 65 0 37 106 37 41 66 55
Binary 10101111 1111001 110101 0 11111 1000110 11111 100001 110110 101101

Color Harmonies of #AF7935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7935

Black with #AF7935

Text Example


Text Example

White with #AF7935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7935; }

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

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

background-color css

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

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

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

border-color css

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

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

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