Html Css Color HEX #AC825E Medium Wood

📋 copy color: '#AC825E'

red 172 ◦ green 130 ◦ blue 94

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

Shades of Medium Wood #AC825E

Tints of Medium Wood #AC825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

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

R = 43.43%
G = 32.83%
B = 23.74%

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

#AC825E (or 0xAC825E) is known color: Medium Wood. HEX triplet: AC, 82 and 5E. RGB value is (172,130,94). Sum of RGB (Red+Green+Blue) = 172+130+94=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC825E is #537DA1. Grayscale: #8A8A8A. Windows color (decimal): -5471650 or 6193836. OLE color: 6193836.

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

Color convert

RGB 172 130 94 -
CMYK 0 0.24 0.45 0.33
HSL 27.69º 0.32% 0.52% -
HSV(B) 27.69º 0.45% 0.67% -
XYZ 27.02 25.54 14.1 -
YUV 138.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 172 130 94 0 0.24 0.45 0.33 27.69 0.32 0.52
Hex AC 82 5E 0 18 2D 21 1C 20 34
Octal 254 202 136 0 30 55 41 34 40 64
Binary 10101100 10000010 1011110 0 11000 101101 100001 11100 100000 110100

Color Harmonies of #AC825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC825E

Black with #AC825E

Text Example


Text Example

White with #AC825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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