Html Css Color HEX #AC8954 Teak

📋 copy color: '#AC8954'

red 172 ◦ green 137 ◦ blue 84

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

Shades of Teak #AC8954

Tints of Teak #AC8954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 84 (33.2% from 255) = 21.37%

R = 43.77%
G = 34.86%
B = 21.37%

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

#AC8954 (or 0xAC8954) is known color: Teak. HEX triplet: AC, 89 and 54. RGB value is (172,137,84). Sum of RGB (Red+Green+Blue) = 172+137+84=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8954 is #5376AB. Grayscale: #8D8D8D. Windows color (decimal): -5469868 or 5540268. OLE color: 5540268.

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

Color convert

RGB 172 137 84 -
CMYK 0 0.20 0.51 0.33
HSL 36.14º 0.35% 0.5% -
HSV(B) 36.14º 0.51% 0.67% -
XYZ 27.56 27.3 12.2 -
YUV 141.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 172 137 84 0 0.20 0.51 0.33 36.14 0.35 0.5
Hex AC 89 54 0 14 33 21 24 23 32
Octal 254 211 124 0 24 63 41 44 43 62
Binary 10101100 10001001 1010100 0 10100 110011 100001 100100 100011 110010

Color Harmonies of #AC8954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8954

Black with #AC8954

Text Example


Text Example

White with #AC8954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8954; }

 p { color: rgb(172,137,84); }

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

background-color css

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

 a { background-color: rgb(172,137,84); }

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

border-color css

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

 span { border-color: rgb(172,137,84); }

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