Html Css Color HEX #AC8C53 Teak

📋 copy color: '#AC8C53'

red 172 ◦ green 140 ◦ blue 83

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

Shades of Teak #AC8C53

Tints of Teak #AC8C53

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 43.54%
G = 35.44%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC8C53 (or 0xAC8C53) is known color: Teak. HEX triplet: AC, 8C and 53. RGB value is (172,140,83). Sum of RGB (Red+Green+Blue) = 172+140+83=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C53 is #5373AC. Grayscale: #8F8F8F. Windows color (decimal): -5469101 or 5475500. OLE color: 5475500.

HSL color Cylindrical-coordinate representation of color #AC8C53: hue angle of 38.43º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC8C53 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 140 83 -
CMYK 0 0.19 0.52 0.33
HSL 38.43º 0.35% 0.5% -
HSV(B) 38.43º 0.52% 0.67% -
XYZ 27.95 28.15 12.14 -
YUV 143.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 172 140 83 0 0.19 0.52 0.33 38.43 0.35 0.5
Hex AC 8C 53 0 13 34 21 26 23 32
Octal 254 214 123 0 23 64 41 46 43 62
Binary 10101100 10001100 1010011 0 10011 110100 100001 100110 100011 110010

Color Harmonies of #AC8C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C53

Black with #AC8C53

Text Example


Text Example

White with #AC8C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C53; }

 p { color: rgb(172,140,83); }

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

background-color css

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

 a { background-color: rgb(172,140,83); }

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

border-color css

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

 span { border-color: rgb(172,140,83); }

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