Html Css Color HEX #AC8C4A Teak

📋 copy color: '#AC8C4A'

red 172 ◦ green 140 ◦ blue 74

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

Shades of Teak #AC8C4A

Tints of Teak #AC8C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 44.56%
G = 36.27%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC8C4A (or 0xAC8C4A) is known color: Teak. HEX triplet: AC, 8C and 4A. RGB value is (172,140,74). Sum of RGB (Red+Green+Blue) = 172+140+74=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C4A is #5373B5. Grayscale: #8E8E8E. Windows color (decimal): -5469110 or 4885676. OLE color: 4885676.

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

Color convert

RGB 172 140 74 -
CMYK 0 0.19 0.57 0.33
HSL 40.41º 0.4% 0.48% -
HSV(B) 40.41º 0.57% 0.67% -
XYZ 27.63 28.02 10.43 -
YUV 142.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 172 140 74 0 0.19 0.57 0.33 40.41 0.4 0.48
Hex AC 8C 4A 0 13 39 21 28 28 30
Octal 254 214 112 0 23 71 41 50 50 60
Binary 10101100 10001100 1001010 0 10011 111001 100001 101000 101000 110000

Color Harmonies of #AC8C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C4A

Black with #AC8C4A

Text Example


Text Example

White with #AC8C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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