Html Css Color HEX #AC7862 Medium Wood

📋 copy color: '#AC7862'

red 172 ◦ green 120 ◦ blue 98

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

Shades of Medium Wood #AC7862

Tints of Medium Wood #AC7862

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 44.1%
G = 30.77%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC7862 (or 0xAC7862) is known color: Medium Wood. HEX triplet: AC, 78 and 62. RGB value is (172,120,98). Sum of RGB (Red+Green+Blue) = 172+120+98=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7862 is #53879D. Grayscale: #858585. Windows color (decimal): -5474206 or 6453420. OLE color: 6453420.

HSL color Cylindrical-coordinate representation of color #AC7862: hue angle of 17.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC7862 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 120 98 -
CMYK 0 0.30 0.43 0.33
HSL 17.84º 0.31% 0.53% -
HSV(B) 17.84º 0.43% 0.67% -
XYZ 25.93 23.09 14.64 -
YUV 133.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 172 120 98 0 0.30 0.43 0.33 17.84 0.31 0.53
Hex AC 78 62 0 1E 2B 21 12 1F 35
Octal 254 170 142 0 36 53 41 22 37 65
Binary 10101100 1111000 1100010 0 11110 101011 100001 10010 11111 110101

Color Harmonies of #AC7862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7862

Black with #AC7862

Text Example


Text Example

White with #AC7862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7862; }

 p { color: rgb(172,120,98); }

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

background-color css

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

 a { background-color: rgb(172,120,98); }

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

border-color css

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

 span { border-color: rgb(172,120,98); }

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