Html Css Color HEX #AF7D3D Mandalay

📋 copy color: '#AF7D3D'

red 175 ◦ green 125 ◦ blue 61

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

Shades of Mandalay #AF7D3D

Tints of Mandalay #AF7D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 48.48%
G = 34.63%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF7D3D (or 0xAF7D3D) is known color: Mandalay. HEX triplet: AF, 7D and 3D. RGB value is (175,125,61). Sum of RGB (Red+Green+Blue) = 175+125+61=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D3D is #5082C2. Grayscale: #848484. Windows color (decimal): -5276355 or 4029871. OLE color: 4029871.

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

Color convert

RGB 175 125 61 -
CMYK 0 0.29 0.65 0.31
HSL 33.68º 0.48% 0.46% -
HSV(B) 33.68º 0.65% 0.69% -
XYZ 25.86 24.12 7.71 -
YUV 132.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 175 125 61 0 0.29 0.65 0.31 33.68 0.48 0.46
Hex AF 7D 3D 0 1D 41 1F 22 30 2E
Octal 257 175 75 0 35 101 37 42 60 56
Binary 10101111 1111101 111101 0 11101 1000001 11111 100010 110000 101110

Color Harmonies of #AF7D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D3D

Black with #AF7D3D

Text Example


Text Example

White with #AF7D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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