Html Css Color HEX #AC835E Medium Wood

📋 copy color: '#AC835E'

red 172 ◦ green 131 ◦ blue 94

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

Shades of Medium Wood #AC835E

Tints of Medium Wood #AC835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 43.32%
G = 33%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC835E (or 0xAC835E) is known color: Medium Wood. HEX triplet: AC, 83 and 5E. RGB value is (172,131,94). Sum of RGB (Red+Green+Blue) = 172+131+94=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC835E is #537CA1. Grayscale: #8B8B8B. Windows color (decimal): -5471394 or 6194092. OLE color: 6194092.

HSL color Cylindrical-coordinate representation of color #AC835E: hue angle of 28.46º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC835E is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 94 -
CMYK 0 0.24 0.45 0.33
HSL 28.46º 0.32% 0.52% -
HSV(B) 28.46º 0.45% 0.67% -
XYZ 27.15 25.81 14.14 -
YUV 139.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 172 131 94 0 0.24 0.45 0.33 28.46 0.32 0.52
Hex AC 83 5E 0 18 2D 21 1C 20 34
Octal 254 203 136 0 30 55 41 34 40 64
Binary 10101100 10000011 1011110 0 11000 101101 100001 11100 100000 110100

Color Harmonies of #AC835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC835E

Black with #AC835E

Text Example


Text Example

White with #AC835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC835E; }

 p { color: rgb(172,131,94); }

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

background-color css

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

 a { background-color: rgb(172,131,94); }

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

border-color css

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

 span { border-color: rgb(172,131,94); }

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