Html Css Color HEX #AC8D5A Teak

📋 copy color: '#AC8D5A'

red 172 ◦ green 141 ◦ blue 90

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

Shades of Teak #AC8D5A

Tints of Teak #AC8D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 42.68%
G = 34.99%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC8D5A (or 0xAC8D5A) is known color: Teak. HEX triplet: AC, 8D and 5A. RGB value is (172,141,90). Sum of RGB (Red+Green+Blue) = 172+141+90=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D5A is #5372A5. Grayscale: #909090. Windows color (decimal): -5468838 or 5934508. OLE color: 5934508.

HSL color Cylindrical-coordinate representation of color #AC8D5A: hue angle of 37.32º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC8D5A is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 141 90 -
CMYK 0 0.18 0.48 0.33
HSL 37.32º 0.33% 0.51% -
HSV(B) 37.32º 0.48% 0.67% -
XYZ 28.38 28.56 13.69 -
YUV 144.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 172 141 90 0 0.18 0.48 0.33 37.32 0.33 0.51
Hex AC 8D 5A 0 12 30 21 25 21 33
Octal 254 215 132 0 22 60 41 45 41 63
Binary 10101100 10001101 1011010 0 10010 110000 100001 100101 100001 110011

Color Harmonies of #AC8D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D5A

Black with #AC8D5A

Text Example


Text Example

White with #AC8D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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