Html Css Color HEX #AC865A Teak

📋 copy color: '#AC865A'

red 172 ◦ green 134 ◦ blue 90

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

Shades of Teak #AC865A

Tints of Teak #AC865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

 BLUE value IS 90 (35.55% from 255) = 22.73%

R = 43.43%
G = 33.84%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC865A (or 0xAC865A) is known color: Teak. HEX triplet: AC, 86 and 5A. RGB value is (172,134,90). Sum of RGB (Red+Green+Blue) = 172+134+90=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC865A is #5379A5. Grayscale: #8C8C8C. Windows color (decimal): -5470630 or 5932716. OLE color: 5932716.

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

Color convert

RGB 172 134 90 -
CMYK 0 0.22 0.48 0.33
HSL 32.2º 0.33% 0.51% -
HSV(B) 32.2º 0.48% 0.67% -
XYZ 27.38 26.56 13.36 -
YUV 140.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 172 134 90 0 0.22 0.48 0.33 32.2 0.33 0.51
Hex AC 86 5A 0 16 30 21 20 21 33
Octal 254 206 132 0 26 60 41 40 41 63
Binary 10101100 10000110 1011010 0 10110 110000 100001 100000 100001 110011

Color Harmonies of #AC865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC865A

Black with #AC865A

Text Example


Text Example

White with #AC865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC865A; }

 p { color: rgb(172,134,90); }

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

background-color css

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

 a { background-color: rgb(172,134,90); }

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

border-color css

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

 span { border-color: rgb(172,134,90); }

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