Html Css Color HEX #AF7E3C Mandalay

📋 copy color: '#AF7E3C'

red 175 ◦ green 126 ◦ blue 60

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

Shades of Mandalay #AF7E3C

Tints of Mandalay #AF7E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 48.48%
G = 34.9%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF7E3C (or 0xAF7E3C) is known color: Mandalay. HEX triplet: AF, 7E and 3C. RGB value is (175,126,60). Sum of RGB (Red+Green+Blue) = 175+126+60=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E3C is #5081C3. Grayscale: #858585. Windows color (decimal): -5276100 or 3964591. OLE color: 3964591.

HSL color Cylindrical-coordinate representation of color #AF7E3C: hue angle of 34.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF7E3C is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 60 -
CMYK 0 0.28 0.66 0.31
HSL 34.43º 0.49% 0.46% -
HSV(B) 34.43º 0.66% 0.69% -
XYZ 25.96 24.36 7.61 -
YUV 133.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 175 126 60 0 0.28 0.66 0.31 34.43 0.49 0.46
Hex AF 7E 3C 0 1C 42 1F 22 31 2E
Octal 257 176 74 0 34 102 37 42 61 56
Binary 10101111 1111110 111100 0 11100 1000010 11111 100010 110001 101110

Color Harmonies of #AF7E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E3C

Black with #AF7E3C

Text Example


Text Example

White with #AF7E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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