Html Css Color HEX #AC7967 Medium Wood

📋 copy color: '#AC7967'

red 172 ◦ green 121 ◦ blue 103

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

Shades of Medium Wood #AC7967

Tints of Medium Wood #AC7967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

 BLUE value IS 103 (40.63% from 255) = 26.01%

R = 43.43%
G = 30.56%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC7967 (or 0xAC7967) is known color: Medium Wood. HEX triplet: AC, 79 and 67. RGB value is (172,121,103). Sum of RGB (Red+Green+Blue) = 172+121+103=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7967 is #538698. Grayscale: #868686. Windows color (decimal): -5473945 or 6781356. OLE color: 6781356.

HSL color Cylindrical-coordinate representation of color #AC7967: hue angle of 15.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7967 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 103 -
CMYK 0 0.30 0.40 0.33
HSL 15.65º 0.29% 0.54% -
HSV(B) 15.65º 0.4% 0.67% -
XYZ 26.3 23.42 15.97 -
YUV 134.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 172 121 103 0 0.30 0.40 0.33 15.65 0.29 0.54
Hex AC 79 67 0 1E 28 21 10 1D 36
Octal 254 171 147 0 36 50 41 20 35 66
Binary 10101100 1111001 1100111 0 11110 101000 100001 10000 11101 110110

Color Harmonies of #AC7967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7967

Black with #AC7967

Text Example


Text Example

White with #AC7967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7967; }

 p { color: rgb(172,121,103); }

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

background-color css

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

 a { background-color: rgb(172,121,103); }

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

border-color css

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

 span { border-color: rgb(172,121,103); }

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