Html Css Color HEX #AC8A58 Teak

📋 copy color: '#AC8A58'

red 172 ◦ green 138 ◦ blue 88

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

Shades of Teak #AC8A58

Tints of Teak #AC8A58

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

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

R = 43.22%
G = 34.67%
B = 22.11%

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

#AC8A58 (or 0xAC8A58) is known color: Teak. HEX triplet: AC, 8A and 58. RGB value is (172,138,88). Sum of RGB (Red+Green+Blue) = 172+138+88=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A58 is #5375A7. Grayscale: #8E8E8E. Windows color (decimal): -5469608 or 5802668. OLE color: 5802668.

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

Color convert

RGB 172 138 88 -
CMYK 0 0.20 0.49 0.33
HSL 35.71º 0.34% 0.51% -
HSV(B) 35.71º 0.49% 0.67% -
XYZ 27.86 27.65 13.1 -
YUV 142.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 172 138 88 0 0.20 0.49 0.33 35.71 0.34 0.51
Hex AC 8A 58 0 14 31 21 24 22 33
Octal 254 212 130 0 24 61 41 44 42 63
Binary 10101100 10001010 1011000 0 10100 110001 100001 100100 100010 110011

Color Harmonies of #AC8A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A58

Black with #AC8A58

Text Example


Text Example

White with #AC8A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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