Html Css Color HEX #AC895C Teak

📋 copy color: '#AC895C'

red 172 ◦ green 137 ◦ blue 92

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

Shades of Teak #AC895C

Tints of Teak #AC895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

 BLUE value IS 92 (36.33% from 255) = 22.94%

R = 42.89%
G = 34.16%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC895C (or 0xAC895C) is known color: Teak. HEX triplet: AC, 89 and 5C. RGB value is (172,137,92). Sum of RGB (Red+Green+Blue) = 172+137+92=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC895C is #5376A3. Grayscale: #8E8E8E. Windows color (decimal): -5469860 or 6064556. OLE color: 6064556.

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

Color convert

RGB 172 137 92 -
CMYK 0 0.20 0.47 0.33
HSL 33.75º 0.33% 0.52% -
HSV(B) 33.75º 0.47% 0.67% -
XYZ 27.89 27.43 13.95 -
YUV 142.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 172 137 92 0 0.20 0.47 0.33 33.75 0.33 0.52
Hex AC 89 5C 0 14 2F 21 22 21 34
Octal 254 211 134 0 24 57 41 42 41 64
Binary 10101100 10001001 1011100 0 10100 101111 100001 100010 100001 110100

Color Harmonies of #AC895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC895C

Black with #AC895C

Text Example


Text Example

White with #AC895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC895C; }

 p { color: rgb(172,137,92); }

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

background-color css

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

 a { background-color: rgb(172,137,92); }

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

border-color css

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

 span { border-color: rgb(172,137,92); }

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