Html Css Color HEX #AC865D Teak

📋 copy color: '#AC865D'

red 172 ◦ green 134 ◦ blue 93

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

Shades of Teak #AC865D

Tints of Teak #AC865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 43.11%
G = 33.58%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC865D (or 0xAC865D) is known color: Teak. HEX triplet: AC, 86 and 5D. RGB value is (172,134,93). Sum of RGB (Red+Green+Blue) = 172+134+93=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC865D is #5379A2. Grayscale: #8C8C8C. Windows color (decimal): -5470627 or 6129324. OLE color: 6129324.

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

Color convert

RGB 172 134 93 -
CMYK 0 0.22 0.46 0.33
HSL 31.14º 0.32% 0.52% -
HSV(B) 31.14º 0.46% 0.67% -
XYZ 27.51 26.61 14.04 -
YUV 140.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 172 134 93 0 0.22 0.46 0.33 31.14 0.32 0.52
Hex AC 86 5D 0 16 2E 21 1F 20 34
Octal 254 206 135 0 26 56 41 37 40 64
Binary 10101100 10000110 1011101 0 10110 101110 100001 11111 100000 110100

Color Harmonies of #AC865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC865D

Black with #AC865D

Text Example


Text Example

White with #AC865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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