Html Css Color HEX #AF7A3D Mandalay

📋 copy color: '#AF7A3D'

red 175 ◦ green 122 ◦ blue 61

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

Shades of Mandalay #AF7A3D

Tints of Mandalay #AF7A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.04%

R = 48.88%
G = 34.08%
B = 17.04%

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

#AF7A3D (or 0xAF7A3D) is known color: Mandalay. HEX triplet: AF, 7A and 3D. RGB value is (175,122,61). Sum of RGB (Red+Green+Blue) = 175+122+61=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A3D is #5085C2. Grayscale: #838383. Windows color (decimal): -5277123 or 4029103. OLE color: 4029103.

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

Color convert

RGB 175 122 61 -
CMYK 0 0.30 0.65 0.31
HSL 32.11º 0.48% 0.46% -
HSV(B) 32.11º 0.65% 0.69% -
XYZ 25.48 23.37 7.58 -
YUV 130.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 175 122 61 0 0.30 0.65 0.31 32.11 0.48 0.46
Hex AF 7A 3D 0 1E 41 1F 20 30 2E
Octal 257 172 75 0 36 101 37 40 60 56
Binary 10101111 1111010 111101 0 11110 1000001 11111 100000 110000 101110

Color Harmonies of #AF7A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A3D

Black with #AF7A3D

Text Example


Text Example

White with #AF7A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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