Html Css Color HEX #A8865C Teak

📋 copy color: '#A8865C'

red 168 ◦ green 134 ◦ blue 92

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

Shades of Teak #A8865C

Tints of Teak #A8865C

RGB

 RED value IS 168 (66.02% from 255) = 42.64%

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

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

R = 42.64%
G = 34.01%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8865C (or 0xA8865C) is known color: Teak. HEX triplet: A8, 86 and 5C. RGB value is (168,134,92). Sum of RGB (Red+Green+Blue) = 168+134+92=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8865C is #5779A3. Grayscale: #8B8B8B. Windows color (decimal): -5732772 or 6063784. OLE color: 6063784.

HSL color Cylindrical-coordinate representation of color #A8865C: hue angle of 33.16º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8865C is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 92 -
CMYK 0 0.20 0.45 0.34
HSL 33.16º 0.3% 0.51% -
HSV(B) 33.16º 0.45% 0.66% -
XYZ 26.61 26.15 13.77 -
YUV 139.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 168 134 92 0 0.20 0.45 0.34 33.16 0.3 0.51
Hex A8 86 5C 0 14 2D 22 21 1E 33
Octal 250 206 134 0 24 55 42 41 36 63
Binary 10101000 10000110 1011100 0 10100 101101 100010 100001 11110 110011

Color Harmonies of #A8865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8865C

Black with #A8865C

Text Example


Text Example

White with #A8865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8865C; }

 p { color: rgb(168,134,92); }

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

background-color css

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

 a { background-color: rgb(168,134,92); }

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

border-color css

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

 span { border-color: rgb(168,134,92); }

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