Html Css Color HEX #AC8554 Teak

📋 copy color: '#AC8554'

red 172 ◦ green 133 ◦ blue 84

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

Shades of Teak #AC8554

Tints of Teak #AC8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

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

R = 44.22%
G = 34.19%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC8554 (or 0xAC8554) is known color: Teak. HEX triplet: AC, 85 and 54. RGB value is (172,133,84). Sum of RGB (Red+Green+Blue) = 172+133+84=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8554 is #537AAB. Grayscale: #8B8B8B. Windows color (decimal): -5470892 or 5539244. OLE color: 5539244.

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

Color convert

RGB 172 133 84 -
CMYK 0 0.23 0.51 0.33
HSL 33.41º 0.35% 0.5% -
HSV(B) 33.41º 0.51% 0.67% -
XYZ 27 26.19 12.02 -
YUV 139.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 172 133 84 0 0.23 0.51 0.33 33.41 0.35 0.5
Hex AC 85 54 0 17 33 21 21 23 32
Octal 254 205 124 0 27 63 41 41 43 62
Binary 10101100 10000101 1010100 0 10111 110011 100001 100001 100011 110010

Color Harmonies of #AC8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8554

Black with #AC8554

Text Example


Text Example

White with #AC8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8554; }

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

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

background-color css

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

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

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

border-color css

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

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

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