Html Css Color HEX #AF7D3C Mandalay

📋 copy color: '#AF7D3C'

red 175 ◦ green 125 ◦ blue 60

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

Shades of Mandalay #AF7D3C

Tints of Mandalay #AF7D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

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

R = 48.61%
G = 34.72%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF7D3C (or 0xAF7D3C) is known color: Mandalay. HEX triplet: AF, 7D and 3C. RGB value is (175,125,60). Sum of RGB (Red+Green+Blue) = 175+125+60=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D3C is #5082C3. Grayscale: #848484. Windows color (decimal): -5276356 or 3964335. OLE color: 3964335.

HSL color Cylindrical-coordinate representation of color #AF7D3C: hue angle of 33.91º 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 #AF7D3C is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 125 60 -
CMYK 0 0.29 0.66 0.31
HSL 33.91º 0.49% 0.46% -
HSV(B) 33.91º 0.66% 0.69% -
XYZ 25.83 24.11 7.57 -
YUV 132.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 175 125 60 0 0.29 0.66 0.31 33.91 0.49 0.46
Hex AF 7D 3C 0 1D 42 1F 22 31 2E
Octal 257 175 74 0 35 102 37 42 61 56
Binary 10101111 1111101 111100 0 11101 1000010 11111 100010 110001 101110

Color Harmonies of #AF7D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D3C

Black with #AF7D3C

Text Example


Text Example

White with #AF7D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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