Html Css Color HEX #AF7D3A Mandalay

📋 copy color: '#AF7D3A'

red 175 ◦ green 125 ◦ blue 58

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

Shades of Mandalay #AF7D3A

Tints of Mandalay #AF7D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 48.88%
G = 34.92%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF7D3A (or 0xAF7D3A) is known color: Mandalay. HEX triplet: AF, 7D and 3A. RGB value is (175,125,58). Sum of RGB (Red+Green+Blue) = 175+125+58=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D3A is #5082C5. Grayscale: #848484. Windows color (decimal): -5276358 or 3833263. OLE color: 3833263.

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

Color convert

RGB 175 125 58 -
CMYK 0 0.29 0.67 0.31
HSL 34.36º 0.5% 0.46% -
HSV(B) 34.36º 0.67% 0.69% -
XYZ 25.78 24.09 7.29 -
YUV 132.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 175 125 58 0 0.29 0.67 0.31 34.36 0.5 0.46
Hex AF 7D 3A 0 1D 43 1F 22 32 2E
Octal 257 175 72 0 35 103 37 42 62 56
Binary 10101111 1111101 111010 0 11101 1000011 11111 100010 110010 101110

Color Harmonies of #AF7D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D3A

Black with #AF7D3A

Text Example


Text Example

White with #AF7D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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