Html Css Color HEX #AF7E32 Mandalay

📋 copy color: '#AF7E32'

red 175 ◦ green 126 ◦ blue 50

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

Shades of Mandalay #AF7E32

Tints of Mandalay #AF7E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 49.86%
G = 35.9%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF7E32 (or 0xAF7E32) is known color: Mandalay. HEX triplet: AF, 7E and 32. RGB value is (175,126,50). Sum of RGB (Red+Green+Blue) = 175+126+50=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E32 is #5081CD. Grayscale: #848484. Windows color (decimal): -5276110 or 3309231. OLE color: 3309231.

HSL color Cylindrical-coordinate representation of color #AF7E32: hue angle of 36.48º degrees, saturation: 0.56, 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 #AF7E32 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 50 -
CMYK 0 0.28 0.71 0.31
HSL 36.48º 0.56% 0.44% -
HSV(B) 36.48º 0.71% 0.69% -
XYZ 25.72 24.27 6.35 -
YUV 131.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 175 126 50 0 0.28 0.71 0.31 36.48 0.56 0.44
Hex AF 7E 32 0 1C 47 1F 24 38 2C
Octal 257 176 62 0 34 107 37 44 70 54
Binary 10101111 1111110 110010 0 11100 1000111 11111 100100 111000 101100

Color Harmonies of #AF7E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E32

Black with #AF7E32

Text Example


Text Example

White with #AF7E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E32; }

 p { color: rgb(175,126,50); }

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

background-color css

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

 a { background-color: rgb(175,126,50); }

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

border-color css

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

 span { border-color: rgb(175,126,50); }

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