Html Css Color HEX #AC7B57 Medium Wood

📋 copy color: '#AC7B57'

red 172 ◦ green 123 ◦ blue 87

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

Shades of Medium Wood #AC7B57

Tints of Medium Wood #AC7B57

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

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

R = 45.03%
G = 32.2%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC7B57 (or 0xAC7B57) is known color: Medium Wood. HEX triplet: AC, 7B and 57. RGB value is (172,123,87). Sum of RGB (Red+Green+Blue) = 172+123+87=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B57 is #5384A8. Grayscale: #858585. Windows color (decimal): -5473449 or 5733292. OLE color: 5733292.

HSL color Cylindrical-coordinate representation of color #AC7B57: hue angle of 25.41º 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 #AC7B57 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 87 -
CMYK 0 0.28 0.49 0.33
HSL 25.41º 0.34% 0.51% -
HSV(B) 25.41º 0.49% 0.67% -
XYZ 25.82 23.62 12.22 -
YUV 133.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 172 123 87 0 0.28 0.49 0.33 25.41 0.34 0.51
Hex AC 7B 57 0 1C 31 21 19 22 33
Octal 254 173 127 0 34 61 41 31 42 63
Binary 10101100 1111011 1010111 0 11100 110001 100001 11001 100010 110011

Color Harmonies of #AC7B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B57

Black with #AC7B57

Text Example


Text Example

White with #AC7B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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