Html Css Color HEX #AF7733 Mandalay

📋 copy color: '#AF7733'

red 175 ◦ green 119 ◦ blue 51

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

Shades of Mandalay #AF7733

Tints of Mandalay #AF7733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.78%

R = 50.72%
G = 34.49%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF7733 (or 0xAF7733) is known color: Mandalay. HEX triplet: AF, 77 and 33. RGB value is (175,119,51). Sum of RGB (Red+Green+Blue) = 175+119+51=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7733 is #5088CC. Grayscale: #808080. Windows color (decimal): -5277901 or 3372975. OLE color: 3372975.

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

Color convert

RGB 175 119 51 -
CMYK 0 0.32 0.71 0.31
HSL 32.9º 0.55% 0.44% -
HSV(B) 32.9º 0.71% 0.69% -
XYZ 24.87 22.55 6.17 -
YUV 127.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 175 119 51 0 0.32 0.71 0.31 32.9 0.55 0.44
Hex AF 77 33 0 20 47 1F 21 37 2C
Octal 257 167 63 0 40 107 37 41 67 54
Binary 10101111 1110111 110011 0 100000 1000111 11111 100001 110111 101100

Color Harmonies of #AF7733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7733

Black with #AF7733

Text Example


Text Example

White with #AF7733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7733; }

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

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

background-color css

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

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

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

border-color css

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

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

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