Html Css Color HEX #AC8C5B Teak

📋 copy color: '#AC8C5B'

red 172 ◦ green 140 ◦ blue 91

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

Shades of Teak #AC8C5B

Tints of Teak #AC8C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 42.68%
G = 34.74%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC8C5B (or 0xAC8C5B) is known color: Teak. HEX triplet: AC, 8C and 5B. RGB value is (172,140,91). Sum of RGB (Red+Green+Blue) = 172+140+91=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C5B is #5373A4. Grayscale: #909090. Windows color (decimal): -5469093 or 5999788. OLE color: 5999788.

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

Color convert

RGB 172 140 91 -
CMYK 0 0.19 0.47 0.33
HSL 36.3º 0.33% 0.52% -
HSV(B) 36.3º 0.47% 0.67% -
XYZ 28.28 28.28 13.87 -
YUV 143.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 172 140 91 0 0.19 0.47 0.33 36.3 0.33 0.52
Hex AC 8C 5B 0 13 2F 21 24 21 34
Octal 254 214 133 0 23 57 41 44 41 64
Binary 10101100 10001100 1011011 0 10011 101111 100001 100100 100001 110100

Color Harmonies of #AC8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C5B

Black with #AC8C5B

Text Example


Text Example

White with #AC8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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