Html Css Color HEX #AC8D55 Teak

📋 copy color: '#AC8D55'

red 172 ◦ green 141 ◦ blue 85

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

Shades of Teak #AC8D55

Tints of Teak #AC8D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 43.22%
G = 35.43%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC8D55 (or 0xAC8D55) is known color: Teak. HEX triplet: AC, 8D and 55. RGB value is (172,141,85). Sum of RGB (Red+Green+Blue) = 172+141+85=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D55 is #5372AA. Grayscale: #909090. Windows color (decimal): -5468843 or 5606828. OLE color: 5606828.

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

Color convert

RGB 172 141 85 -
CMYK 0 0.18 0.51 0.33
HSL 38.62º 0.34% 0.5% -
HSV(B) 38.62º 0.51% 0.67% -
XYZ 28.18 28.48 12.61 -
YUV 143.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 172 141 85 0 0.18 0.51 0.33 38.62 0.34 0.5
Hex AC 8D 55 0 12 33 21 27 22 32
Octal 254 215 125 0 22 63 41 47 42 62
Binary 10101100 10001101 1010101 0 10010 110011 100001 100111 100010 110010

Color Harmonies of #AC8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D55

Black with #AC8D55

Text Example


Text Example

White with #AC8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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