Html Css Color HEX #AC8D57 Teak

📋 copy color: '#AC8D57'

red 172 ◦ green 141 ◦ blue 87

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

Shades of Teak #AC8D57

Tints of Teak #AC8D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.75%

R = 43%
G = 35.25%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC8D57 (or 0xAC8D57) is known color: Teak. HEX triplet: AC, 8D and 57. RGB value is (172,141,87). Sum of RGB (Red+Green+Blue) = 172+141+87=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D57 is #5372A8. Grayscale: #909090. Windows color (decimal): -5468841 or 5737900. OLE color: 5737900.

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

Color convert

RGB 172 141 87 -
CMYK 0 0.18 0.49 0.33
HSL 38.12º 0.34% 0.51% -
HSV(B) 38.12º 0.49% 0.67% -
XYZ 28.26 28.51 13.03 -
YUV 144.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 172 141 87 0 0.18 0.49 0.33 38.12 0.34 0.51
Hex AC 8D 57 0 12 31 21 26 22 33
Octal 254 215 127 0 22 61 41 46 42 63
Binary 10101100 10001101 1010111 0 10010 110001 100001 100110 100010 110011

Color Harmonies of #AC8D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D57

Black with #AC8D57

Text Example


Text Example

White with #AC8D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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