Html Css Color HEX #AC894E Teak

📋 copy color: '#AC894E'

red 172 ◦ green 137 ◦ blue 78

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

Shades of Teak #AC894E

Tints of Teak #AC894E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.16%

R = 44.44%
G = 35.4%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC894E (or 0xAC894E) is known color: Teak. HEX triplet: AC, 89 and 4E. RGB value is (172,137,78). Sum of RGB (Red+Green+Blue) = 172+137+78=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC894E is #5376B1. Grayscale: #8D8D8D. Windows color (decimal): -5469874 or 5147052. OLE color: 5147052.

HSL color Cylindrical-coordinate representation of color #AC894E: hue angle of 37.66º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC894E is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 137 78 -
CMYK 0 0.20 0.55 0.33
HSL 37.66º 0.38% 0.49% -
HSV(B) 37.66º 0.55% 0.67% -
XYZ 27.33 27.21 11.02 -
YUV 140.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 172 137 78 0 0.20 0.55 0.33 37.66 0.38 0.49
Hex AC 89 4E 0 14 37 21 26 26 31
Octal 254 211 116 0 24 67 41 46 46 61
Binary 10101100 10001001 1001110 0 10100 110111 100001 100110 100110 110001

Color Harmonies of #AC894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC894E

Black with #AC894E

Text Example


Text Example

White with #AC894E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC894E; }

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

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

background-color css

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

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

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

border-color css

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

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

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