Html Css Color HEX #AF7736 Mandalay

📋 copy color: '#AF7736'

red 175 ◦ green 119 ◦ blue 54

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

Shades of Mandalay #AF7736

Tints of Mandalay #AF7736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.52%

R = 50.29%
G = 34.2%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF7736 (or 0xAF7736) is known color: Mandalay. HEX triplet: AF, 77 and 36. RGB value is (175,119,54). Sum of RGB (Red+Green+Blue) = 175+119+54=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7736 is #5088C9. Grayscale: #808080. Windows color (decimal): -5277898 or 3569583. OLE color: 3569583.

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

Color convert

RGB 175 119 54 -
CMYK 0 0.32 0.69 0.31
HSL 32.23º 0.53% 0.45% -
HSV(B) 32.23º 0.69% 0.69% -
XYZ 24.94 22.57 6.53 -
YUV 128.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 175 119 54 0 0.32 0.69 0.31 32.23 0.53 0.45
Hex AF 77 36 0 20 45 1F 20 35 2D
Octal 257 167 66 0 40 105 37 40 65 55
Binary 10101111 1110111 110110 0 100000 1000101 11111 100000 110101 101101

Color Harmonies of #AF7736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7736

Black with #AF7736

Text Example


Text Example

White with #AF7736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7736; }

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

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

background-color css

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

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

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

border-color css

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

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

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