Html Css Color HEX #AC7A55 Medium Wood

📋 copy color: '#AC7A55'

red 172 ◦ green 122 ◦ blue 85

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

Shades of Medium Wood #AC7A55

Tints of Medium Wood #AC7A55

RGB

 RED value IS 172 (67.58% from 255) = 45.38%

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

 BLUE value IS 85 (33.59% from 255) = 22.43%

R = 45.38%
G = 32.19%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC7A55 (or 0xAC7A55) is known color: Medium Wood. HEX triplet: AC, 7A and 55. RGB value is (172,122,85). Sum of RGB (Red+Green+Blue) = 172+122+85=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A55 is #5385AA. Grayscale: #848484. Windows color (decimal): -5473707 or 5601964. OLE color: 5601964.

HSL color Cylindrical-coordinate representation of color #AC7A55: hue angle of 25.52º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7A55 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 122 85 -
CMYK 0 0.29 0.51 0.33
HSL 25.52º 0.34% 0.5% -
HSV(B) 25.52º 0.51% 0.67% -
XYZ 25.61 23.35 11.75 -
YUV 132.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 172 122 85 0 0.29 0.51 0.33 25.52 0.34 0.5
Hex AC 7A 55 0 1D 33 21 1A 22 32
Octal 254 172 125 0 35 63 41 32 42 62
Binary 10101100 1111010 1010101 0 11101 110011 100001 11010 100010 110010

Color Harmonies of #AC7A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A55

Black with #AC7A55

Text Example


Text Example

White with #AC7A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A55; }

 p { color: rgb(172,122,85); }

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

background-color css

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

 a { background-color: rgb(172,122,85); }

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

border-color css

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

 span { border-color: rgb(172,122,85); }

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