Html Css Color HEX #AC8D4E Teak

📋 copy color: '#AC8D4E'

red 172 ◦ green 141 ◦ blue 78

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

Shades of Teak #AC8D4E

Tints of Teak #AC8D4E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 43.99%
G = 36.06%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC8D4E (or 0xAC8D4E) is known color: Teak. HEX triplet: AC, 8D and 4E. RGB value is (172,141,78). Sum of RGB (Red+Green+Blue) = 172+141+78=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D4E is #5372B1. Grayscale: #8F8F8F. Windows color (decimal): -5468850 or 5148076. OLE color: 5148076.

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

Color convert

RGB 172 141 78 -
CMYK 0 0.18 0.55 0.33
HSL 40.21º 0.38% 0.49% -
HSV(B) 40.21º 0.55% 0.67% -
XYZ 27.91 28.37 11.21 -
YUV 143.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 172 141 78 0 0.18 0.55 0.33 40.21 0.38 0.49
Hex AC 8D 4E 0 12 37 21 28 26 31
Octal 254 215 116 0 22 67 41 50 46 61
Binary 10101100 10001101 1001110 0 10010 110111 100001 101000 100110 110001

Color Harmonies of #AC8D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D4E

Black with #AC8D4E

Text Example


Text Example

White with #AC8D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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