Html Css Color HEX #AC885F Teak

📋 copy color: '#AC885F'

red 172 ◦ green 136 ◦ blue 95

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

Shades of Teak #AC885F

Tints of Teak #AC885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 42.68%
G = 33.75%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC885F (or 0xAC885F) is known color: Teak. HEX triplet: AC, 88 and 5F. RGB value is (172,136,95). Sum of RGB (Red+Green+Blue) = 172+136+95=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC885F is #5377A0. Grayscale: #8E8E8E. Windows color (decimal): -5470113 or 6260908. OLE color: 6260908.

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

Color convert

RGB 172 136 95 -
CMYK 0 0.21 0.45 0.33
HSL 31.95º 0.32% 0.52% -
HSV(B) 31.95º 0.45% 0.67% -
XYZ 27.88 27.21 14.61 -
YUV 142.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 172 136 95 0 0.21 0.45 0.33 31.95 0.32 0.52
Hex AC 88 5F 0 15 2D 21 20 20 34
Octal 254 210 137 0 25 55 41 40 40 64
Binary 10101100 10001000 1011111 0 10101 101101 100001 100000 100000 110100

Color Harmonies of #AC885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC885F

Black with #AC885F

Text Example


Text Example

White with #AC885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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