Html Css Color HEX #AC7758 Medium Wood

📋 copy color: '#AC7758'

red 172 ◦ green 119 ◦ blue 88

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

Shades of Medium Wood #AC7758

Tints of Medium Wood #AC7758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

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

R = 45.38%
G = 31.4%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC7758 (or 0xAC7758) is known color: Medium Wood. HEX triplet: AC, 77 and 58. RGB value is (172,119,88). Sum of RGB (Red+Green+Blue) = 172+119+88=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7758 is #5388A7. Grayscale: #838383. Windows color (decimal): -5474472 or 5797804. OLE color: 5797804.

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

Color convert

RGB 172 119 88 -
CMYK 0 0.31 0.49 0.33
HSL 22.14º 0.34% 0.51% -
HSV(B) 22.14º 0.49% 0.67% -
XYZ 25.37 22.67 12.27 -
YUV 131.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 172 119 88 0 0.31 0.49 0.33 22.14 0.34 0.51
Hex AC 77 58 0 1F 31 21 16 22 33
Octal 254 167 130 0 37 61 41 26 42 63
Binary 10101100 1110111 1011000 0 11111 110001 100001 10110 100010 110011

Color Harmonies of #AC7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7758

Black with #AC7758

Text Example


Text Example

White with #AC7758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7758; }

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

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

background-color css

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

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

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

border-color css

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

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

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