Html Css Color HEX #A8865B Teak

📋 copy color: '#A8865B'

red 168 ◦ green 134 ◦ blue 91

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

Shades of Teak #A8865B

Tints of Teak #A8865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 42.75%
G = 34.1%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8865B (or 0xA8865B) is known color: Teak. HEX triplet: A8, 86 and 5B. RGB value is (168,134,91). Sum of RGB (Red+Green+Blue) = 168+134+91=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8865B is #5779A4. Grayscale: #8B8B8B. Windows color (decimal): -5732773 or 5998248. OLE color: 5998248.

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

Color convert

RGB 168 134 91 -
CMYK 0 0.20 0.46 0.34
HSL 33.51º 0.31% 0.51% -
HSV(B) 33.51º 0.46% 0.66% -
XYZ 26.56 26.13 13.54 -
YUV 139.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 168 134 91 0 0.20 0.46 0.34 33.51 0.31 0.51
Hex A8 86 5B 0 14 2E 22 22 1F 33
Octal 250 206 133 0 24 56 42 42 37 63
Binary 10101000 10000110 1011011 0 10100 101110 100010 100010 11111 110011

Color Harmonies of #A8865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8865B

Black with #A8865B

Text Example


Text Example

White with #A8865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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