Html Css Color HEX #AC8958 Teak

📋 copy color: '#AC8958'

red 172 ◦ green 137 ◦ blue 88

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

Shades of Teak #AC8958

Tints of Teak #AC8958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

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

R = 43.32%
G = 34.51%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC8958 (or 0xAC8958) is known color: Teak. HEX triplet: AC, 89 and 58. RGB value is (172,137,88). Sum of RGB (Red+Green+Blue) = 172+137+88=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8958 is #5376A7. Grayscale: #8E8E8E. Windows color (decimal): -5469864 or 5802412. OLE color: 5802412.

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

Color convert

RGB 172 137 88 -
CMYK 0 0.20 0.49 0.33
HSL 35º 0.34% 0.51% -
HSV(B) 35º 0.49% 0.67% -
XYZ 27.72 27.37 13.05 -
YUV 141.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 172 137 88 0 0.20 0.49 0.33 35 0.34 0.51
Hex AC 89 58 0 14 31 21 23 22 33
Octal 254 211 130 0 24 61 41 43 42 63
Binary 10101100 10001001 1011000 0 10100 110001 100001 100011 100010 110011

Color Harmonies of #AC8958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8958

Black with #AC8958

Text Example


Text Example

White with #AC8958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8958; }

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

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

background-color css

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

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

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

border-color css

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

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

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