Html Css Color HEX #AF7A3C Mandalay

📋 copy color: '#AF7A3C'

red 175 ◦ green 122 ◦ blue 60

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

Shades of Mandalay #AF7A3C

Tints of Mandalay #AF7A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 49.02%
G = 34.17%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF7A3C (or 0xAF7A3C) is known color: Mandalay. HEX triplet: AF, 7A and 3C. RGB value is (175,122,60). Sum of RGB (Red+Green+Blue) = 175+122+60=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A3C is #5085C3. Grayscale: #838383. Windows color (decimal): -5277124 or 3963567. OLE color: 3963567.

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

Color convert

RGB 175 122 60 -
CMYK 0 0.30 0.66 0.31
HSL 32.35º 0.49% 0.46% -
HSV(B) 32.35º 0.66% 0.69% -
XYZ 25.45 23.36 7.44 -
YUV 130.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 175 122 60 0 0.30 0.66 0.31 32.35 0.49 0.46
Hex AF 7A 3C 0 1E 42 1F 20 31 2E
Octal 257 172 74 0 36 102 37 40 61 56
Binary 10101111 1111010 111100 0 11110 1000010 11111 100000 110001 101110

Color Harmonies of #AF7A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A3C

Black with #AF7A3C

Text Example


Text Example

White with #AF7A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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