Html Css Color HEX #AC8F58 Teak

📋 copy color: '#AC8F58'

red 172 ◦ green 143 ◦ blue 88

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

Shades of Teak #AC8F58

Tints of Teak #AC8F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.84%

R = 42.68%
G = 35.48%
B = 21.84%

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

#AC8F58 (or 0xAC8F58) is known color: Teak. HEX triplet: AC, 8F and 58. RGB value is (172,143,88). Sum of RGB (Red+Green+Blue) = 172+143+88=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F58 is #5370A7. Grayscale: #919191. Windows color (decimal): -5468328 or 5803948. OLE color: 5803948.

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

Color convert

RGB 172 143 88 -
CMYK 0 0.17 0.49 0.33
HSL 39.29º 0.34% 0.51% -
HSV(B) 39.29º 0.49% 0.67% -
XYZ 28.6 29.12 13.35 -
YUV 145.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 172 143 88 0 0.17 0.49 0.33 39.29 0.34 0.51
Hex AC 8F 58 0 11 31 21 27 22 33
Octal 254 217 130 0 21 61 41 47 42 63
Binary 10101100 10001111 1011000 0 10001 110001 100001 100111 100010 110011

Color Harmonies of #AC8F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F58

Black with #AC8F58

Text Example


Text Example

White with #AC8F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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