Html Css Color HEX #AF7D3B Mandalay

📋 copy color: '#AF7D3B'

red 175 ◦ green 125 ◦ blue 59

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

Shades of Mandalay #AF7D3B

Tints of Mandalay #AF7D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.43%

R = 48.75%
G = 34.82%
B = 16.43%

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

#AF7D3B (or 0xAF7D3B) is known color: Mandalay. HEX triplet: AF, 7D and 3B. RGB value is (175,125,59). Sum of RGB (Red+Green+Blue) = 175+125+59=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D3B is #5082C4. Grayscale: #848484. Windows color (decimal): -5276357 or 3898799. OLE color: 3898799.

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

Color convert

RGB 175 125 59 -
CMYK 0 0.29 0.66 0.31
HSL 34.14º 0.5% 0.46% -
HSV(B) 34.14º 0.66% 0.69% -
XYZ 25.8 24.1 7.43 -
YUV 132.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 175 125 59 0 0.29 0.66 0.31 34.14 0.5 0.46
Hex AF 7D 3B 0 1D 42 1F 22 32 2E
Octal 257 175 73 0 35 102 37 42 62 56
Binary 10101111 1111101 111011 0 11101 1000010 11111 100010 110010 101110

Color Harmonies of #AF7D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D3B

Black with #AF7D3B

Text Example


Text Example

White with #AF7D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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