Html Css Color HEX #A8895C Teak

📋 copy color: '#A8895C'

red 168 ◦ green 137 ◦ blue 92

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

Shades of Teak #A8895C

Tints of Teak #A8895C

RGB

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

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

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

R = 42.32%
G = 34.51%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8895C (or 0xA8895C) is known color: Teak. HEX triplet: A8, 89 and 5C. RGB value is (168,137,92). Sum of RGB (Red+Green+Blue) = 168+137+92=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8895C is #5776A3. Grayscale: #8D8D8D. Windows color (decimal): -5732004 or 6064552. OLE color: 6064552.

HSL color Cylindrical-coordinate representation of color #A8895C: hue angle of 35.53º 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 #A8895C is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 137 92 -
CMYK 0 0.18 0.45 0.34
HSL 35.53º 0.3% 0.51% -
HSV(B) 35.53º 0.45% 0.66% -
XYZ 27.03 26.99 13.91 -
YUV 141.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 168 137 92 0 0.18 0.45 0.34 35.53 0.3 0.51
Hex A8 89 5C 0 12 2D 22 24 1E 33
Octal 250 211 134 0 22 55 42 44 36 63
Binary 10101000 10001001 1011100 0 10010 101101 100010 100100 11110 110011

Color Harmonies of #A8895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8895C

Black with #A8895C

Text Example


Text Example

White with #A8895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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