Html Css Color HEX #AC8C4F Teak

📋 copy color: '#AC8C4F'

red 172 ◦ green 140 ◦ blue 79

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

Shades of Teak #AC8C4F

Tints of Teak #AC8C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 43.99%
G = 35.81%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC8C4F (or 0xAC8C4F) is known color: Teak. HEX triplet: AC, 8C and 4F. RGB value is (172,140,79). Sum of RGB (Red+Green+Blue) = 172+140+79=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C4F is #5373B0. Grayscale: #8E8E8E. Windows color (decimal): -5469105 or 5213356. OLE color: 5213356.

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

Color convert

RGB 172 140 79 -
CMYK 0 0.19 0.54 0.33
HSL 39.35º 0.37% 0.49% -
HSV(B) 39.35º 0.54% 0.67% -
XYZ 27.8 28.09 11.35 -
YUV 142.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 172 140 79 0 0.19 0.54 0.33 39.35 0.37 0.49
Hex AC 8C 4F 0 13 36 21 27 25 31
Octal 254 214 117 0 23 66 41 47 45 61
Binary 10101100 10001100 1001111 0 10011 110110 100001 100111 100101 110001

Color Harmonies of #AC8C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C4F

Black with #AC8C4F

Text Example


Text Example

White with #AC8C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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