Html Css Color HEX #AC8D58 Teak

📋 copy color: '#AC8D58'

red 172 ◦ green 141 ◦ blue 88

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

Shades of Teak #AC8D58

Tints of Teak #AC8D58

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

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

R = 42.89%
G = 35.16%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC8D58 (or 0xAC8D58) is known color: Teak. HEX triplet: AC, 8D and 58. RGB value is (172,141,88). Sum of RGB (Red+Green+Blue) = 172+141+88=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D58 is #5372A7. Grayscale: #909090. Windows color (decimal): -5468840 or 5803436. OLE color: 5803436.

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

Color convert

RGB 172 141 88 -
CMYK 0 0.18 0.49 0.33
HSL 37.86º 0.34% 0.51% -
HSV(B) 37.86º 0.49% 0.67% -
XYZ 28.3 28.52 13.25 -
YUV 144.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 172 141 88 0 0.18 0.49 0.33 37.86 0.34 0.51
Hex AC 8D 58 0 12 31 21 26 22 33
Octal 254 215 130 0 22 61 41 46 42 63
Binary 10101100 10001101 1011000 0 10010 110001 100001 100110 100010 110011

Color Harmonies of #AC8D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D58

Black with #AC8D58

Text Example


Text Example

White with #AC8D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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