Html Css Color HEX #AC885E Teak

📋 copy color: '#AC885E'

red 172 ◦ green 136 ◦ blue 94

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

Shades of Teak #AC885E

Tints of Teak #AC885E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 42.79%
G = 33.83%
B = 23.38%

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

#AC885E (or 0xAC885E) is known color: Teak. HEX triplet: AC, 88 and 5E. RGB value is (172,136,94). Sum of RGB (Red+Green+Blue) = 172+136+94=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC885E is #5377A1. Grayscale: #8E8E8E. Windows color (decimal): -5470114 or 6195372. OLE color: 6195372.

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

Color convert

RGB 172 136 94 -
CMYK 0 0.21 0.45 0.33
HSL 32.31º 0.32% 0.52% -
HSV(B) 32.31º 0.45% 0.67% -
XYZ 27.84 27.19 14.37 -
YUV 141.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 172 136 94 0 0.21 0.45 0.33 32.31 0.32 0.52
Hex AC 88 5E 0 15 2D 21 20 20 34
Octal 254 210 136 0 25 55 41 40 40 64
Binary 10101100 10001000 1011110 0 10101 101101 100001 100000 100000 110100

Color Harmonies of #AC885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC885E

Black with #AC885E

Text Example


Text Example

White with #AC885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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