Html Css Color HEX #AC8B50 Teak

📋 copy color: '#AC8B50'

red 172 ◦ green 139 ◦ blue 80

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

Shades of Teak #AC8B50

Tints of Teak #AC8B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

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

R = 43.99%
G = 35.55%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC8B50 (or 0xAC8B50) is known color: Teak. HEX triplet: AC, 8B and 50. RGB value is (172,139,80). Sum of RGB (Red+Green+Blue) = 172+139+80=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B50 is #5374AF. Grayscale: #8E8E8E. Windows color (decimal): -5469360 or 5278636. OLE color: 5278636.

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

Color convert

RGB 172 139 80 -
CMYK 0 0.19 0.53 0.33
HSL 38.48º 0.37% 0.49% -
HSV(B) 38.48º 0.53% 0.67% -
XYZ 27.69 27.82 11.5 -
YUV 142.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 172 139 80 0 0.19 0.53 0.33 38.48 0.37 0.49
Hex AC 8B 50 0 13 35 21 26 25 31
Octal 254 213 120 0 23 65 41 46 45 61
Binary 10101100 10001011 1010000 0 10011 110101 100001 100110 100101 110001

Color Harmonies of #AC8B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B50

Black with #AC8B50

Text Example


Text Example

White with #AC8B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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