Html Css Color HEX #AC7D5A Medium Wood

📋 copy color: '#AC7D5A'

red 172 ◦ green 125 ◦ blue 90

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

Shades of Medium Wood #AC7D5A

Tints of Medium Wood #AC7D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 44.44%
G = 32.3%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC7D5A (or 0xAC7D5A) is known color: Medium Wood. HEX triplet: AC, 7D and 5A. RGB value is (172,125,90). Sum of RGB (Red+Green+Blue) = 172+125+90=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D5A is #5382A5. Grayscale: #878787. Windows color (decimal): -5472934 or 5930412. OLE color: 5930412.

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

Color convert

RGB 172 125 90 -
CMYK 0 0.27 0.48 0.33
HSL 25.61º 0.33% 0.51% -
HSV(B) 25.61º 0.48% 0.67% -
XYZ 26.19 24.18 12.96 -
YUV 135.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 172 125 90 0 0.27 0.48 0.33 25.61 0.33 0.51
Hex AC 7D 5A 0 1B 30 21 1A 21 33
Octal 254 175 132 0 33 60 41 32 41 63
Binary 10101100 1111101 1011010 0 11011 110000 100001 11010 100001 110011

Color Harmonies of #AC7D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D5A

Black with #AC7D5A

Text Example


Text Example

White with #AC7D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D5A; }

 p { color: rgb(172,125,90); }

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

background-color css

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

 a { background-color: rgb(172,125,90); }

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

border-color css

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

 span { border-color: rgb(172,125,90); }

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