Html Css Color HEX #AC8C5C Teak

📋 copy color: '#AC8C5C'

red 172 ◦ green 140 ◦ blue 92

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

Shades of Teak #AC8C5C

Tints of Teak #AC8C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.77%

R = 42.57%
G = 34.65%
B = 22.77%

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

#AC8C5C (or 0xAC8C5C) is known color: Teak. HEX triplet: AC, 8C and 5C. RGB value is (172,140,92). Sum of RGB (Red+Green+Blue) = 172+140+92=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C5C is #5373A3. Grayscale: #909090. Windows color (decimal): -5469092 or 6065324. OLE color: 6065324.

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

Color convert

RGB 172 140 92 -
CMYK 0 0.19 0.47 0.33
HSL 36º 0.33% 0.52% -
HSV(B) 36º 0.47% 0.67% -
XYZ 28.32 28.3 14.09 -
YUV 144.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 172 140 92 0 0.19 0.47 0.33 36 0.33 0.52
Hex AC 8C 5C 0 13 2F 21 24 21 34
Octal 254 214 134 0 23 57 41 44 41 64
Binary 10101100 10001100 1011100 0 10011 101111 100001 100100 100001 110100

Color Harmonies of #AC8C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C5C

Black with #AC8C5C

Text Example


Text Example

White with #AC8C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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