Html Css Color HEX #AC8A55 Teak

📋 copy color: '#AC8A55'

red 172 ◦ green 138 ◦ blue 85

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

Shades of Teak #AC8A55

Tints of Teak #AC8A55

RGB

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

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

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

R = 43.54%
G = 34.94%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC8A55 (or 0xAC8A55) is known color: Teak. HEX triplet: AC, 8A and 55. RGB value is (172,138,85). Sum of RGB (Red+Green+Blue) = 172+138+85=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A55 is #5375AA. Grayscale: #8E8E8E. Windows color (decimal): -5469611 or 5606060. OLE color: 5606060.

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

Color convert

RGB 172 138 85 -
CMYK 0 0.20 0.51 0.33
HSL 36.55º 0.34% 0.5% -
HSV(B) 36.55º 0.51% 0.67% -
XYZ 27.74 27.6 12.46 -
YUV 142.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 172 138 85 0 0.20 0.51 0.33 36.55 0.34 0.5
Hex AC 8A 55 0 14 33 21 25 22 32
Octal 254 212 125 0 24 63 41 45 42 62
Binary 10101100 10001010 1010101 0 10100 110011 100001 100101 100010 110010

Color Harmonies of #AC8A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A55

Black with #AC8A55

Text Example


Text Example

White with #AC8A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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