Html Css Color HEX #AF7B3E Mandalay

📋 copy color: '#AF7B3E'

red 175 ◦ green 123 ◦ blue 62

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

Shades of Mandalay #AF7B3E

Tints of Mandalay #AF7B3E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

 BLUE value IS 62 (24.61% from 255) = 17.22%

R = 48.61%
G = 34.17%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF7B3E (or 0xAF7B3E) is known color: Mandalay. HEX triplet: AF, 7B and 3E. RGB value is (175,123,62). Sum of RGB (Red+Green+Blue) = 175+123+62=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B3E is #5084C1. Grayscale: #838383. Windows color (decimal): -5276866 or 4094895. OLE color: 4094895.

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

Color convert

RGB 175 123 62 -
CMYK 0 0.30 0.65 0.31
HSL 32.39º 0.48% 0.46% -
HSV(B) 32.39º 0.65% 0.69% -
XYZ 25.63 23.63 7.77 -
YUV 131.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 175 123 62 0 0.30 0.65 0.31 32.39 0.48 0.46
Hex AF 7B 3E 0 1E 41 1F 20 30 2E
Octal 257 173 76 0 36 101 37 40 60 56
Binary 10101111 1111011 111110 0 11110 1000001 11111 100000 110000 101110

Color Harmonies of #AF7B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B3E

Black with #AF7B3E

Text Example


Text Example

White with #AF7B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B3E; }

 p { color: rgb(175,123,62); }

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

background-color css

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

 a { background-color: rgb(175,123,62); }

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

border-color css

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

 span { border-color: rgb(175,123,62); }

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