Html Css Color HEX #AC7B6A Medium Wood

📋 copy color: '#AC7B6A'

red 172 ◦ green 123 ◦ blue 106

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

Shades of Medium Wood #AC7B6A

Tints of Medium Wood #AC7B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 42.89%
G = 30.67%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC7B6A (or 0xAC7B6A) is known color: Medium Wood. HEX triplet: AC, 7B and 6A. RGB value is (172,123,106). Sum of RGB (Red+Green+Blue) = 172+123+106=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B6A is #538495. Grayscale: #878787. Windows color (decimal): -5473430 or 6978476. OLE color: 6978476.

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

Color convert

RGB 172 123 106 -
CMYK 0 0.28 0.38 0.33
HSL 15.45º 0.28% 0.55% -
HSV(B) 15.45º 0.38% 0.67% -
XYZ 26.7 23.98 16.86 -
YUV 135.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 172 123 106 0 0.28 0.38 0.33 15.45 0.28 0.55
Hex AC 7B 6A 0 1C 26 21 F 1C 37
Octal 254 173 152 0 34 46 41 17 34 67
Binary 10101100 1111011 1101010 0 11100 100110 100001 1111 11100 110111

Color Harmonies of #AC7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B6A

Black with #AC7B6A

Text Example


Text Example

White with #AC7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B6A; }

 p { color: rgb(172,123,106); }

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

background-color css

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

 a { background-color: rgb(172,123,106); }

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

border-color css

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

 span { border-color: rgb(172,123,106); }

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