Html Css Color HEX #AF7A3E Mandalay

📋 copy color: '#AF7A3E'

red 175 ◦ green 122 ◦ blue 62

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

Shades of Mandalay #AF7A3E

Tints of Mandalay #AF7A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

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

R = 48.75%
G = 33.98%
B = 17.27%

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

#AF7A3E (or 0xAF7A3E) is known color: Mandalay. HEX triplet: AF, 7A and 3E. RGB value is (175,122,62). Sum of RGB (Red+Green+Blue) = 175+122+62=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A3E is #5085C1. Grayscale: #838383. Windows color (decimal): -5277122 or 4094639. OLE color: 4094639.

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

Color convert

RGB 175 122 62 -
CMYK 0 0.30 0.65 0.31
HSL 31.86º 0.48% 0.46% -
HSV(B) 31.86º 0.65% 0.69% -
XYZ 25.51 23.38 7.73 -
YUV 131.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 175 122 62 0 0.30 0.65 0.31 31.86 0.48 0.46
Hex AF 7A 3E 0 1E 41 1F 20 30 2E
Octal 257 172 76 0 36 101 37 40 60 56
Binary 10101111 1111010 111110 0 11110 1000001 11111 100000 110000 101110

Color Harmonies of #AF7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A3E

Black with #AF7A3E

Text Example


Text Example

White with #AF7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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