Html Css Color HEX #AC7A58 Medium Wood

📋 copy color: '#AC7A58'

red 172 ◦ green 122 ◦ blue 88

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

Shades of Medium Wood #AC7A58

Tints of Medium Wood #AC7A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 45.03%
G = 31.94%
B = 23.04%

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

#AC7A58 (or 0xAC7A58) is known color: Medium Wood. HEX triplet: AC, 7A and 58. RGB value is (172,122,88). Sum of RGB (Red+Green+Blue) = 172+122+88=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A58 is #5385A7. Grayscale: #858585. Windows color (decimal): -5473704 or 5798572. OLE color: 5798572.

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

Color convert

RGB 172 122 88 -
CMYK 0 0.29 0.49 0.33
HSL 24.29º 0.34% 0.51% -
HSV(B) 24.29º 0.49% 0.67% -
XYZ 25.73 23.39 12.39 -
YUV 133.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 172 122 88 0 0.29 0.49 0.33 24.29 0.34 0.51
Hex AC 7A 58 0 1D 31 21 18 22 33
Octal 254 172 130 0 35 61 41 30 42 63
Binary 10101100 1111010 1011000 0 11101 110001 100001 11000 100010 110011

Color Harmonies of #AC7A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A58

Black with #AC7A58

Text Example


Text Example

White with #AC7A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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