Html Css Color HEX #AC7B62 Medium Wood

📋 copy color: '#AC7B62'

red 172 ◦ green 123 ◦ blue 98

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

Shades of Medium Wood #AC7B62

Tints of Medium Wood #AC7B62

RGB

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

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

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

R = 43.77%
G = 31.3%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC7B62 (or 0xAC7B62) is known color: Medium Wood. HEX triplet: AC, 7B and 62. RGB value is (172,123,98). Sum of RGB (Red+Green+Blue) = 172+123+98=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B62 is #53849D. Grayscale: #868686. Windows color (decimal): -5473438 or 6454188. OLE color: 6454188.

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

Color convert

RGB 172 123 98 -
CMYK 0 0.28 0.43 0.33
HSL 20.27º 0.31% 0.53% -
HSV(B) 20.27º 0.43% 0.67% -
XYZ 26.3 23.82 14.77 -
YUV 134.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 172 123 98 0 0.28 0.43 0.33 20.27 0.31 0.53
Hex AC 7B 62 0 1C 2B 21 14 1F 35
Octal 254 173 142 0 34 53 41 24 37 65
Binary 10101100 1111011 1100010 0 11100 101011 100001 10100 11111 110101

Color Harmonies of #AC7B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B62

Black with #AC7B62

Text Example


Text Example

White with #AC7B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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