Html Css Color HEX #AC7A57 Medium Wood

📋 copy color: '#AC7A57'

red 172 ◦ green 122 ◦ blue 87

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

Shades of Medium Wood #AC7A57

Tints of Medium Wood #AC7A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.83%

R = 45.14%
G = 32.02%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC7A57 (or 0xAC7A57) is known color: Medium Wood. HEX triplet: AC, 7A and 57. RGB value is (172,122,87). Sum of RGB (Red+Green+Blue) = 172+122+87=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A57 is #5385A8. Grayscale: #858585. Windows color (decimal): -5473705 or 5733036. OLE color: 5733036.

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

Color convert

RGB 172 122 87 -
CMYK 0 0.29 0.49 0.33
HSL 24.71º 0.34% 0.51% -
HSV(B) 24.71º 0.49% 0.67% -
XYZ 25.69 23.38 12.18 -
YUV 132.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 172 122 87 0 0.29 0.49 0.33 24.71 0.34 0.51
Hex AC 7A 57 0 1D 31 21 19 22 33
Octal 254 172 127 0 35 61 41 31 42 63
Binary 10101100 1111010 1010111 0 11101 110001 100001 11001 100010 110011

Color Harmonies of #AC7A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A57

Black with #AC7A57

Text Example


Text Example

White with #AC7A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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