Html Css Color HEX #AC8859 Teak

📋 copy color: '#AC8859'

red 172 ◦ green 136 ◦ blue 89

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

Shades of Teak #AC8859

Tints of Teak #AC8859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 43.32%
G = 34.26%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC8859 (or 0xAC8859) is known color: Teak. HEX triplet: AC, 88 and 59. RGB value is (172,136,89). Sum of RGB (Red+Green+Blue) = 172+136+89=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8859 is #5377A6. Grayscale: #8D8D8D. Windows color (decimal): -5470119 or 5867692. OLE color: 5867692.

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

Color convert

RGB 172 136 89 -
CMYK 0 0.21 0.48 0.33
HSL 33.98º 0.33% 0.51% -
HSV(B) 33.98º 0.48% 0.67% -
XYZ 27.62 27.1 13.23 -
YUV 141.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 172 136 89 0 0.21 0.48 0.33 33.98 0.33 0.51
Hex AC 88 59 0 15 30 21 22 21 33
Octal 254 210 131 0 25 60 41 42 41 63
Binary 10101100 10001000 1011001 0 10101 110000 100001 100010 100001 110011

Color Harmonies of #AC8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8859

Black with #AC8859

Text Example


Text Example

White with #AC8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8859; }

 p { color: rgb(172,136,89); }

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

background-color css

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

 a { background-color: rgb(172,136,89); }

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

border-color css

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

 span { border-color: rgb(172,136,89); }

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