Html Css Color HEX #AF7735 Mandalay

📋 copy color: '#AF7735'

red 175 ◦ green 119 ◦ blue 53

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

Shades of Mandalay #AF7735

Tints of Mandalay #AF7735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

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

R = 50.43%
G = 34.29%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF7735 (or 0xAF7735) is known color: Mandalay. HEX triplet: AF, 77 and 35. RGB value is (175,119,53). Sum of RGB (Red+Green+Blue) = 175+119+53=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7735 is #5088CA. Grayscale: #808080. Windows color (decimal): -5277899 or 3504047. OLE color: 3504047.

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

Color convert

RGB 175 119 53 -
CMYK 0 0.32 0.70 0.31
HSL 32.46º 0.54% 0.45% -
HSV(B) 32.46º 0.7% 0.69% -
XYZ 24.92 22.56 6.41 -
YUV 128.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 175 119 53 0 0.32 0.70 0.31 32.46 0.54 0.45
Hex AF 77 35 0 20 46 1F 20 36 2D
Octal 257 167 65 0 40 106 37 40 66 55
Binary 10101111 1110111 110101 0 100000 1000110 11111 100000 110110 101101

Color Harmonies of #AF7735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7735

Black with #AF7735

Text Example


Text Example

White with #AF7735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7735; }

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

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

background-color css

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

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

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

border-color css

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

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

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