Html Css Color HEX #AC8850 Teak

📋 copy color: '#AC8850'

red 172 ◦ green 136 ◦ blue 80

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

Shades of Teak #AC8850

Tints of Teak #AC8850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 44.33%
G = 35.05%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC8850 (or 0xAC8850) is known color: Teak. HEX triplet: AC, 88 and 50. RGB value is (172,136,80). Sum of RGB (Red+Green+Blue) = 172+136+80=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8850 is #5377AF. Grayscale: #8C8C8C. Windows color (decimal): -5470128 or 5277868. OLE color: 5277868.

HSL color Cylindrical-coordinate representation of color #AC8850: hue angle of 36.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC8850 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 80 -
CMYK 0 0.21 0.53 0.33
HSL 36.52º 0.37% 0.49% -
HSV(B) 36.52º 0.53% 0.67% -
XYZ 27.27 26.96 11.36 -
YUV 140.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 172 136 80 0 0.21 0.53 0.33 36.52 0.37 0.49
Hex AC 88 50 0 15 35 21 25 25 31
Octal 254 210 120 0 25 65 41 45 45 61
Binary 10101100 10001000 1010000 0 10101 110101 100001 100101 100101 110001

Color Harmonies of #AC8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8850

Black with #AC8850

Text Example


Text Example

White with #AC8850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8850; }

 p { color: rgb(172,136,80); }

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

background-color css

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

 a { background-color: rgb(172,136,80); }

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

border-color css

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

 span { border-color: rgb(172,136,80); }

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