Html Css Color HEX #AC7B55 Medium Wood

📋 copy color: '#AC7B55'

red 172 ◦ green 123 ◦ blue 85

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

Shades of Medium Wood #AC7B55

Tints of Medium Wood #AC7B55

RGB

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

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

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

R = 45.26%
G = 32.37%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC7B55 (or 0xAC7B55) is known color: Medium Wood. HEX triplet: AC, 7B and 55. RGB value is (172,123,85). Sum of RGB (Red+Green+Blue) = 172+123+85=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B55 is #5384AA. Grayscale: #858585. Windows color (decimal): -5473451 or 5602220. OLE color: 5602220.

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

Color convert

RGB 172 123 85 -
CMYK 0 0.28 0.51 0.33
HSL 26.21º 0.34% 0.5% -
HSV(B) 26.21º 0.51% 0.67% -
XYZ 25.74 23.59 11.79 -
YUV 133.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 172 123 85 0 0.28 0.51 0.33 26.21 0.34 0.5
Hex AC 7B 55 0 1C 33 21 1A 22 32
Octal 254 173 125 0 34 63 41 32 42 62
Binary 10101100 1111011 1010101 0 11100 110011 100001 11010 100010 110010

Color Harmonies of #AC7B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B55

Black with #AC7B55

Text Example


Text Example

White with #AC7B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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