Html Css Color HEX #A8875E Teak

📋 copy color: '#A8875E'

red 168 ◦ green 135 ◦ blue 94

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

Shades of Teak #A8875E

Tints of Teak #A8875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

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

R = 42.32%
G = 34.01%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8875E (or 0xA8875E) is known color: Teak. HEX triplet: A8, 87 and 5E. RGB value is (168,135,94). Sum of RGB (Red+Green+Blue) = 168+135+94=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8875E is #5778A1. Grayscale: #8C8C8C. Windows color (decimal): -5732514 or 6195112. OLE color: 6195112.

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

Color convert

RGB 168 135 94 -
CMYK 0 0.20 0.44 0.34
HSL 33.24º 0.3% 0.51% -
HSV(B) 33.24º 0.44% 0.66% -
XYZ 26.83 26.46 14.28 -
YUV 140.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 168 135 94 0 0.20 0.44 0.34 33.24 0.3 0.51
Hex A8 87 5E 0 14 2C 22 21 1E 33
Octal 250 207 136 0 24 54 42 41 36 63
Binary 10101000 10000111 1011110 0 10100 101100 100010 100001 11110 110011

Color Harmonies of #A8875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8875E

Black with #A8875E

Text Example


Text Example

White with #A8875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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