Html Css Color HEX #AC8F57 Teak

📋 copy color: '#AC8F57'

red 172 ◦ green 143 ◦ blue 87

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

Shades of Teak #AC8F57

Tints of Teak #AC8F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 42.79%
G = 35.57%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC8F57 (or 0xAC8F57) is known color: Teak. HEX triplet: AC, 8F and 57. RGB value is (172,143,87). Sum of RGB (Red+Green+Blue) = 172+143+87=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F57 is #5370A8. Grayscale: #919191. Windows color (decimal): -5468329 or 5738412. OLE color: 5738412.

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

Color convert

RGB 172 143 87 -
CMYK 0 0.17 0.49 0.33
HSL 39.53º 0.34% 0.51% -
HSV(B) 39.53º 0.49% 0.67% -
XYZ 28.56 29.1 13.13 -
YUV 145.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 172 143 87 0 0.17 0.49 0.33 39.53 0.34 0.51
Hex AC 8F 57 0 11 31 21 28 22 33
Octal 254 217 127 0 21 61 41 50 42 63
Binary 10101100 10001111 1010111 0 10001 110001 100001 101000 100010 110011

Color Harmonies of #AC8F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F57

Black with #AC8F57

Text Example


Text Example

White with #AC8F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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