Html Css Color HEX #A8895E Teak

📋 copy color: '#A8895E'

red 168 ◦ green 137 ◦ blue 94

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

Shades of Teak #A8895E

Tints of Teak #A8895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 42.11%
G = 34.34%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8895E (or 0xA8895E) is known color: Teak. HEX triplet: A8, 89 and 5E. RGB value is (168,137,94). Sum of RGB (Red+Green+Blue) = 168+137+94=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A8895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8895E is #5776A1. Grayscale: #8D8D8D. Windows color (decimal): -5732002 or 6195624. OLE color: 6195624.

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

Color convert

RGB 168 137 94 -
CMYK 0 0.18 0.44 0.34
HSL 34.86º 0.3% 0.51% -
HSV(B) 34.86º 0.44% 0.66% -
XYZ 27.11 27.02 14.38 -
YUV 141.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 168 137 94 0 0.18 0.44 0.34 34.86 0.3 0.51
Hex A8 89 5E 0 12 2C 22 23 1E 33
Octal 250 211 136 0 22 54 42 43 36 63
Binary 10101000 10001001 1011110 0 10010 101100 100010 100011 11110 110011

Color Harmonies of #A8895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8895E

Black with #A8895E

Text Example


Text Example

White with #A8895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8895E; }

 p { color: rgb(168,137,94); }

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

background-color css

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

 a { background-color: rgb(168,137,94); }

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

border-color css

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

 span { border-color: rgb(168,137,94); }

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