Html Css Color HEX #AC835D Medium Wood

📋 copy color: '#AC835D'

red 172 ◦ green 131 ◦ blue 93

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

Shades of Medium Wood #AC835D

Tints of Medium Wood #AC835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 43.43%
G = 33.08%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC835D (or 0xAC835D) is known color: Medium Wood. HEX triplet: AC, 83 and 5D. RGB value is (172,131,93). Sum of RGB (Red+Green+Blue) = 172+131+93=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC835D is #537CA2. Grayscale: #8B8B8B. Windows color (decimal): -5471395 or 6128556. OLE color: 6128556.

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

Color convert

RGB 172 131 93 -
CMYK 0 0.24 0.46 0.33
HSL 28.86º 0.32% 0.52% -
HSV(B) 28.86º 0.46% 0.67% -
XYZ 27.11 25.79 13.91 -
YUV 138.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 172 131 93 0 0.24 0.46 0.33 28.86 0.32 0.52
Hex AC 83 5D 0 18 2E 21 1D 20 34
Octal 254 203 135 0 30 56 41 35 40 64
Binary 10101100 10000011 1011101 0 11000 101110 100001 11101 100000 110100

Color Harmonies of #AC835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC835D

Black with #AC835D

Text Example


Text Example

White with #AC835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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