Html Css Color HEX #AC865B Teak

📋 copy color: '#AC865B'

red 172 ◦ green 134 ◦ blue 91

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

Shades of Teak #AC865B

Tints of Teak #AC865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 43.32%
G = 33.75%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC865B (or 0xAC865B) is known color: Teak. HEX triplet: AC, 86 and 5B. RGB value is (172,134,91). Sum of RGB (Red+Green+Blue) = 172+134+91=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC865B is #5379A4. Grayscale: #8C8C8C. Windows color (decimal): -5470629 or 5998252. OLE color: 5998252.

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

Color convert

RGB 172 134 91 -
CMYK 0 0.22 0.47 0.33
HSL 31.85º 0.33% 0.52% -
HSV(B) 31.85º 0.47% 0.67% -
XYZ 27.43 26.58 13.58 -
YUV 140.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 172 134 91 0 0.22 0.47 0.33 31.85 0.33 0.52
Hex AC 86 5B 0 16 2F 21 20 21 34
Octal 254 206 133 0 26 57 41 40 41 64
Binary 10101100 10000110 1011011 0 10110 101111 100001 100000 100001 110100

Color Harmonies of #AC865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC865B

Black with #AC865B

Text Example


Text Example

White with #AC865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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