Html Css Color HEX #AC8B5D Teak

📋 copy color: '#AC8B5D'

red 172 ◦ green 139 ◦ blue 93

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

Shades of Teak #AC8B5D

Tints of Teak #AC8B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 42.57%
G = 34.41%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC8B5D (or 0xAC8B5D) is known color: Teak. HEX triplet: AC, 8B and 5D. RGB value is (172,139,93). Sum of RGB (Red+Green+Blue) = 172+139+93=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B5D is #5374A2. Grayscale: #8F8F8F. Windows color (decimal): -5469347 or 6130604. OLE color: 6130604.

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

Color convert

RGB 172 139 93 -
CMYK 0 0.19 0.46 0.33
HSL 34.94º 0.32% 0.52% -
HSV(B) 34.94º 0.46% 0.67% -
XYZ 28.22 28.03 14.28 -
YUV 143.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 172 139 93 0 0.19 0.46 0.33 34.94 0.32 0.52
Hex AC 8B 5D 0 13 2E 21 23 20 34
Octal 254 213 135 0 23 56 41 43 40 64
Binary 10101100 10001011 1011101 0 10011 101110 100001 100011 100000 110100

Color Harmonies of #AC8B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B5D

Black with #AC8B5D

Text Example


Text Example

White with #AC8B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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