Html Css Color HEX #AC8D4C Teak

📋 copy color: '#AC8D4C'

red 172 ◦ green 141 ◦ blue 76

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

Shades of Teak #AC8D4C

Tints of Teak #AC8D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 44.22%
G = 36.25%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC8D4C (or 0xAC8D4C) is known color: Teak. HEX triplet: AC, 8D and 4C. RGB value is (172,141,76). Sum of RGB (Red+Green+Blue) = 172+141+76=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D4C is #5372B3. Grayscale: #8F8F8F. Windows color (decimal): -5468852 or 5017004. OLE color: 5017004.

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

Color convert

RGB 172 141 76 -
CMYK 0 0.18 0.56 0.33
HSL 40.63º 0.39% 0.49% -
HSV(B) 40.63º 0.56% 0.67% -
XYZ 27.84 28.34 10.84 -
YUV 142.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 172 141 76 0 0.18 0.56 0.33 40.63 0.39 0.49
Hex AC 8D 4C 0 12 38 21 29 27 31
Octal 254 215 114 0 22 70 41 51 47 61
Binary 10101100 10001101 1001100 0 10010 111000 100001 101001 100111 110001

Color Harmonies of #AC8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D4C

Black with #AC8D4C

Text Example


Text Example

White with #AC8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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