Html Css Color HEX #AC8C5F Teak

📋 copy color: '#AC8C5F'

red 172 ◦ green 140 ◦ blue 95

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

Shades of Teak #AC8C5F

Tints of Teak #AC8C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 42.26%
G = 34.4%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC8C5F (or 0xAC8C5F) is known color: Teak. HEX triplet: AC, 8C and 5F. RGB value is (172,140,95). Sum of RGB (Red+Green+Blue) = 172+140+95=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C5F is #5373A0. Grayscale: #909090. Windows color (decimal): -5469089 or 6261932. OLE color: 6261932.

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

Color convert

RGB 172 140 95 -
CMYK 0 0.19 0.45 0.33
HSL 35.06º 0.32% 0.52% -
HSV(B) 35.06º 0.45% 0.67% -
XYZ 28.46 28.35 14.8 -
YUV 144.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 172 140 95 0 0.19 0.45 0.33 35.06 0.32 0.52
Hex AC 8C 5F 0 13 2D 21 23 20 34
Octal 254 214 137 0 23 55 41 43 40 64
Binary 10101100 10001100 1011111 0 10011 101101 100001 100011 100000 110100

Color Harmonies of #AC8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C5F

Black with #AC8C5F

Text Example


Text Example

White with #AC8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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