Html Css Color HEX #AC8C4E Teak

📋 copy color: '#AC8C4E'

red 172 ◦ green 140 ◦ blue 78

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

Shades of Teak #AC8C4E

Tints of Teak #AC8C4E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

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

R = 44.1%
G = 35.9%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC8C4E (or 0xAC8C4E) is known color: Teak. HEX triplet: AC, 8C and 4E. RGB value is (172,140,78). Sum of RGB (Red+Green+Blue) = 172+140+78=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C4E is #5373B1. Grayscale: #8E8E8E. Windows color (decimal): -5469106 or 5147820. OLE color: 5147820.

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

Color convert

RGB 172 140 78 -
CMYK 0 0.19 0.55 0.33
HSL 39.57º 0.38% 0.49% -
HSV(B) 39.57º 0.55% 0.67% -
XYZ 27.77 28.08 11.16 -
YUV 142.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 172 140 78 0 0.19 0.55 0.33 39.57 0.38 0.49
Hex AC 8C 4E 0 13 37 21 28 26 31
Octal 254 214 116 0 23 67 41 50 46 61
Binary 10101100 10001100 1001110 0 10011 110111 100001 101000 100110 110001

Color Harmonies of #AC8C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C4E

Black with #AC8C4E

Text Example


Text Example

White with #AC8C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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