Html Css Color HEX #AF792C Mandalay

📋 copy color: '#AF792C'

red 175 ◦ green 121 ◦ blue 44

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

Shades of Mandalay #AF792C

Tints of Mandalay #AF792C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 51.47%
G = 35.59%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF792C (or 0xAF792C) is known color: Mandalay. HEX triplet: AF, 79 and 2C. RGB value is (175,121,44). Sum of RGB (Red+Green+Blue) = 175+121+44=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF792C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF792C is #5086D3. Grayscale: #808080. Windows color (decimal): -5277396 or 2914735. OLE color: 2914735.

HSL color Cylindrical-coordinate representation of color #AF792C: hue angle of 35.27º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF792C is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 44 -
CMYK 0 0.31 0.75 0.31
HSL 35.27º 0.6% 0.43% -
HSV(B) 35.27º 0.75% 0.69% -
XYZ 24.97 22.97 5.5 -
YUV 128.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 175 121 44 0 0.31 0.75 0.31 35.27 0.6 0.43
Hex AF 79 2C 0 1F 4B 1F 23 3C 2B
Octal 257 171 54 0 37 113 37 43 74 53
Binary 10101111 1111001 101100 0 11111 1001011 11111 100011 111100 101011

Color Harmonies of #AF792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF792C

Black with #AF792C

Text Example


Text Example

White with #AF792C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF792C; }

 p { color: rgb(175,121,44); }

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

background-color css

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

 a { background-color: rgb(175,121,44); }

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

border-color css

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

 span { border-color: rgb(175,121,44); }

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