Html Css Color HEX #AC8B57 Teak

📋 copy color: '#AC8B57'

red 172 ◦ green 139 ◦ blue 87

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

Shades of Teak #AC8B57

Tints of Teak #AC8B57

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

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

R = 43.22%
G = 34.92%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC8B57 (or 0xAC8B57) is known color: Teak. HEX triplet: AC, 8B and 57. RGB value is (172,139,87). Sum of RGB (Red+Green+Blue) = 172+139+87=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B57 is #5374A8. Grayscale: #8F8F8F. Windows color (decimal): -5469353 or 5737388. OLE color: 5737388.

HSL color Cylindrical-coordinate representation of color #AC8B57: hue angle of 36.71º 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 #AC8B57 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 139 87 -
CMYK 0 0.19 0.49 0.33
HSL 36.71º 0.34% 0.51% -
HSV(B) 36.71º 0.49% 0.67% -
XYZ 27.97 27.92 12.93 -
YUV 142.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 172 139 87 0 0.19 0.49 0.33 36.71 0.34 0.51
Hex AC 8B 57 0 13 31 21 25 22 33
Octal 254 213 127 0 23 61 41 45 42 63
Binary 10101100 10001011 1010111 0 10011 110001 100001 100101 100010 110011

Color Harmonies of #AC8B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B57

Black with #AC8B57

Text Example


Text Example

White with #AC8B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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