Html Css Color HEX #AC8A5D Teak

📋 copy color: '#AC8A5D'

red 172 ◦ green 138 ◦ blue 93

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

Shades of Teak #AC8A5D

Tints of Teak #AC8A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

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

R = 42.68%
G = 34.24%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC8A5D (or 0xAC8A5D) is known color: Teak. HEX triplet: AC, 8A and 5D. RGB value is (172,138,93). Sum of RGB (Red+Green+Blue) = 172+138+93=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A5D is #5375A2. Grayscale: #8F8F8F. Windows color (decimal): -5469603 or 6130348. OLE color: 6130348.

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

Color convert

RGB 172 138 93 -
CMYK 0 0.20 0.46 0.33
HSL 34.18º 0.32% 0.52% -
HSV(B) 34.18º 0.46% 0.67% -
XYZ 28.08 27.74 14.23 -
YUV 143.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 172 138 93 0 0.20 0.46 0.33 34.18 0.32 0.52
Hex AC 8A 5D 0 14 2E 21 22 20 34
Octal 254 212 135 0 24 56 41 42 40 64
Binary 10101100 10001010 1011101 0 10100 101110 100001 100010 100000 110100

Color Harmonies of #AC8A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A5D

Black with #AC8A5D

Text Example


Text Example

White with #AC8A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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