Html Css Color HEX #AF7730 Mandalay

📋 copy color: '#AF7730'

red 175 ◦ green 119 ◦ blue 48

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

Shades of Mandalay #AF7730

Tints of Mandalay #AF7730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 51.17%
G = 34.8%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF7730 (or 0xAF7730) is known color: Mandalay. HEX triplet: AF, 77 and 30. RGB value is (175,119,48). Sum of RGB (Red+Green+Blue) = 175+119+48=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7730 is #5088CF. Grayscale: #7F7F7F. Windows color (decimal): -5277904 or 3176367. OLE color: 3176367.

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

Color convert

RGB 175 119 48 -
CMYK 0 0.32 0.73 0.31
HSL 33.54º 0.57% 0.44% -
HSV(B) 33.54º 0.73% 0.69% -
XYZ 24.81 22.52 5.84 -
YUV 127.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 175 119 48 0 0.32 0.73 0.31 33.54 0.57 0.44
Hex AF 77 30 0 20 49 1F 22 39 2C
Octal 257 167 60 0 40 111 37 42 71 54
Binary 10101111 1110111 110000 0 100000 1001001 11111 100010 111001 101100

Color Harmonies of #AF7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7730

Black with #AF7730

Text Example


Text Example

White with #AF7730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7730; }

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

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

background-color css

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

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

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

border-color css

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

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

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