Html Css Color HEX #AC8B5E Teak

📋 copy color: '#AC8B5E'

red 172 ◦ green 139 ◦ blue 94

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

Shades of Teak #AC8B5E

Tints of Teak #AC8B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 42.47%
G = 34.32%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC8B5E (or 0xAC8B5E) is known color: Teak. HEX triplet: AC, 8B and 5E. RGB value is (172,139,94). Sum of RGB (Red+Green+Blue) = 172+139+94=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B5E is #5374A1. Grayscale: #8F8F8F. Windows color (decimal): -5469346 or 6196140. OLE color: 6196140.

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

Color convert

RGB 172 139 94 -
CMYK 0 0.19 0.45 0.33
HSL 34.62º 0.32% 0.52% -
HSV(B) 34.62º 0.45% 0.67% -
XYZ 28.27 28.04 14.51 -
YUV 143.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 172 139 94 0 0.19 0.45 0.33 34.62 0.32 0.52
Hex AC 8B 5E 0 13 2D 21 23 20 34
Octal 254 213 136 0 23 55 41 43 40 64
Binary 10101100 10001011 1011110 0 10011 101101 100001 100011 100000 110100

Color Harmonies of #AC8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B5E

Black with #AC8B5E

Text Example


Text Example

White with #AC8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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